Commit graph

71 commits

Author SHA1 Message Date
Simon Cruanes
3e08abf6a9 generate doc for containers.advanced 2014-10-01 11:42:54 +02:00
Simon Cruanes
6ab612c0ac version 0.4 backported from stable 2014-10-01 11:38:14 +02:00
Simon Cruanes
f67a3e115e fixed benchs/tests for 4.00 2014-09-30 17:12:02 +02:00
Simon Cruanes
df838482ef moved Sexp into core/CCSexp 2014-09-30 16:14:16 +02:00
Simon Cruanes
9882998eb5 moved CCLinq, CCBatch and CCat from core/ to advanced/ 2014-09-30 16:12:23 +02:00
Simon Cruanes
3a5f71a9e7 move benchmarks to benchs/ so they are separate from tests; use compiled oasis setup 2014-09-17 22:58:56 +02:00
Simon Cruanes
dcf134b1eb examples/id_sexp (parser then prints S-expressions) 2014-09-17 15:14:12 +02:00
Simon Cruanes
8ade96b2f6 moved CCHashtbl to CCFlatHashtbl;
new module CCHashtbl that wraps and extends the standard hashtable
2014-09-03 01:08:04 +02:00
Simon Cruanes
059e0b064d CCPervasives module, replacing modules of the standard library 2014-09-02 23:46:06 +02:00
Jacques-Pascal Deplaix
5378f9843e OASIS: Use the compiled_setup_ml AlphaFeature 2014-08-09 10:45:34 +02:00
Simon Cruanes
f2d027ac19 fix tests for containers.thread 2014-08-07 13:25:38 +02:00
Simon Cruanes
bf2203f9e2 renamed threads/future to threads/CCFuture 2014-08-05 00:23:04 +02:00
Simon Cruanes
31d977054e CCIO: monad for IO actions-as-values 2014-07-23 00:05:06 +02:00
Simon Cruanes
8c5c462c51 CCCat for crazy category concepts 2014-07-16 18:09:08 +02:00
Simon Cruanes
af84e2dcc7 CCHashtbl: open-addressing table (Robin-Hood hashing) 2014-07-08 17:15:42 +02:00
Simon Cruanes
656c70fdc2 add BTree partial implementation (not working yet) 2014-07-03 20:16:43 +02:00
Simon Cruanes
a356d811a7 move CCString into core/, since it deals with a basic type;
also add some features to CCString (Sub and Split modules
to deal with slices and splitting by a string)
2014-06-28 03:52:47 +02:00
Simon Cruanes
64fedce1b0 updated description in _oasis 2014-06-26 13:46:46 +02:00
Simon Cruanes
8fbc500318 CCTrie, a compressed functorial persistent trie structure 2014-06-26 02:46:27 +02:00
Simon Cruanes
8bd2706ed5 CCKTree, abstract tree structure with dot printing 2014-06-25 03:28:41 +02:00
Simon Cruanes
9e2c8ec392 rename CCLeftistheap to CCHeap, for it is a simpler name 2014-06-25 01:36:32 +02:00
Simon Cruanes
2395ebb2ad make test will now run both oUnit and qtest 2014-06-25 01:26:53 +02:00
Simon Cruanes
2b15a21570 refactored CCrandom (hide fuel, too complicated, but provide a fix operator);
bench_hash to compare hash combinators to the default hash function
2014-06-24 16:24:19 +02:00
Simon Cruanes
9da54f3e5a random generators in several modules, and CCRandom to bind them all with fuel 2014-06-24 14:06:48 +02:00
Simon Cruanes
373e4e8502 example: lambda, that print reduction of random lambda-terms using PrintBox 2014-06-16 20:54:29 +02:00
Simon Cruanes
b54068edc1 build doc for containers_string; fix upload of docs 2014-06-16 00:36:55 +02:00
Simon Cruanes
5422a6ad65 fix tests 2014-06-15 23:50:28 +02:00
Simon Cruanes
74856b578a misc/PrintBox: printing of nested box into ascii 2014-06-15 22:34:09 +02:00
Simon Cruanes
4c69e8216c CCError for functional error handling 2014-06-14 13:52:50 +02:00
Simon Cruanes
56fe3b0873 remove Qcheck (it has had its own repo for a long time) 2014-06-13 22:30:41 +02:00
Simon Cruanes
e9e861479c basic combinators for ordering (including lexico combination) 2014-06-13 15:08:27 +02:00
Simon Cruanes
0d39bfdbf4 more optimizations, and a big chunk of query evaluation in CCLinq 2014-06-12 23:55:26 +02:00
Simon Cruanes
17930cf119 CCLinq: powerful interface for querying containers (work in progress) 2014-06-12 21:03:22 +02:00
Simon Cruanes
fc3b6040f6 benchmark for CCBatch on list, array, and klist 2014-06-11 23:27:37 +02:00
Simon Cruanes
5567b12b79 CCBatch: batch operations on collections, with some fusion optimizations
to reduce the numbre of intermediate collections
2014-06-11 21:57:54 +02:00
Simon Cruanes
39f5e135bd crazy input-driven parser combinators 2014-06-11 00:47:53 +02:00
Simon Cruanes
bfc78e5671 build system stuff 2014-05-23 00:43:32 +02:00
Simon Cruanes
b72f8683ce udpated tests 2014-05-22 23:58:36 +02:00
Simon Cruanes
26060f83ff CCArray 2014-05-21 00:19:24 +02:00
Simon Cruanes
ab83ea4827 bool and int modules 2014-05-20 19:23:46 +02:00
Simon Cruanes
e61039152f more functions in CCList; CCHash and CCKlist added 2014-05-20 16:22:42 +02:00
Simon Cruanes
65148bd0de merge with master (AVL) 2014-05-20 15:59:49 +02:00
Simon Cruanes
2674349871 more modules in containers_string (CCString, Levenshtein); CCFun.finally 2014-05-17 00:10:47 +02:00
Simon Cruanes
3ccabcd7b0 more modules in containers Core;
moved KMP to sublibrary containers_string
2014-05-16 22:26:59 +02:00
Simon Cruanes
4bc6c8a008 split into package core (no pack, 'CC' prefix, stable)
and misc where oneshot ideas go
2014-05-16 20:58:28 +02:00
Simon Cruanes
33bf5f269c wip: AVL tree with iterators (yay quadrarotaphilia) and BSD license... 2014-05-16 18:01:41 +02:00
Simon Cruanes
0fc209d4b3 moved some files into lwt/ subdir;
use oasis setup-dynamic feature
2014-05-12 15:23:54 +02:00
Simon Cruanes
88f006171f circular lists 2014-05-12 14:45:12 +02:00
Simon Cruanes
cd35c46a58 KMP algorithm (as a functor on the string type) 2014-05-10 14:36:21 +02:00
Simon Cruanes
23a5dc1756 Cause: debugging experiment, tracking why values exist and actions were performed 2014-04-23 17:59:43 +02:00