Commit graph

48 commits

Author SHA1 Message Date
Simon Cruanes
c800a23a27 some doc 2016-04-24 23:11:12 +02:00
Simon Cruanes
a3d763bfd9 add CCLazy_list in containers.iter (with a few functions) 2016-04-21 15:24:51 +02:00
Simon Cruanes
8094a31604 missing modules in doc/intro.txt 2016-03-08 11:37:55 +01:00
Simon Cruanes
574b4ac62e add CCImmutArray into containers.data 2016-03-01 20:31:53 +01:00
Simon Cruanes
6dfd51d17d deprecate containers.bigarray 2016-02-21 18:33:44 +01:00
Simon Cruanes
ec70f865e4 rename CCFuture into CCPool, expose the thread pool 2016-01-26 01:04:43 +01:00
Simon Cruanes
9097cb11ab move CCThread.Queue into CCBlockingQueue
- fix the module
- fix benchs
2016-01-26 01:04:33 +01:00
Simon Cruanes
02a9639d02 add CCResult, with dependency on result for retrocompat 2016-01-25 21:20:06 +01:00
Simon Cruanes
bd6769dcaa doc 2015-12-22 10:27:01 +01:00
Simon Cruanes
07382c02dd remove deprecated CCSexpStream module 2015-12-22 10:26:56 +01:00
Simon Cruanes
0ec5545564 wip: CCAllocCache, an allocation cache for short-lived arrays 2015-11-28 12:10:03 +01:00
Simon Cruanes
c2b9de44f9 doc 2015-11-09 13:38:47 +01:00
Simon Cruanes
523097f158 fix doc generation for containers.string 2015-10-21 23:06:17 +02:00
Simon Cruanes
c71dfcf6f3 new module CCChar 2015-10-13 15:09:52 +02:00
Simon Cruanes
fdcba1122d add CCKlist.memoize for costly computations 2015-10-01 20:50:35 +02:00
Simon Cruanes
f4ea5617e9 doc again 2015-09-23 18:22:55 +02:00
Simon Cruanes
0ff7bef8ad fix doc 2015-09-23 18:20:12 +02:00
Simon Cruanes
6cb74b0115 add CCInt64 to containers 2015-09-22 22:29:21 +02:00
Simon Cruanes
f4381a736f move RAL into containers.data as CCRAL 2015-09-07 23:41:41 +02:00
Simon Cruanes
f1dd17d1aa new module CCWBTree, a weight-balanced tree. WIP. 2015-09-07 01:06:45 +02:00
Simon Cruanes
ecbddc132b new module CCBloom in containers.data, a bloom filter 2015-09-06 21:44:55 +02:00
Simon Cruanes
e51fb2e44e new module CCHashTrie in containers.data, associative map 2015-09-02 15:55:12 +02:00
Simon Cruanes
deab575bb3 new module CCSemaphore in containers.thread, with simple semaphore 2015-08-31 21:18:17 +02:00
Simon Cruanes
caaecda7f7 doc 2015-08-11 21:38:28 +02:00
Simon Cruanes
0d0a8f8764 add CCHashSet into containers.data, a mutable set 2015-08-02 20:54:28 +02:00
Simon Cruanes
bca172a7a8 update doc 2015-06-29 16:18:23 +02:00
Simon Cruanes
d6b1a62201 more doc 2015-06-25 10:05:31 +02:00
Simon Cruanes
5208579b9d wip: containers.data.CCMixset, set of values indexed by poly keys 2015-04-28 11:00:19 +02:00
Simon Cruanes
e22c29c27f doc 2015-03-31 15:55:46 +02:00
Guillaume Bury
ab110b694d New module for Persistent Arrays 2015-03-23 18:05:45 +01:00
Simon Cruanes
2a2250faa6 wip: CCIntMap (big-endian patricia trees) in containers.data 2015-03-21 21:44:27 +01:00
Simon Cruanes
5427e9db31 remove containers.pervasives, add the module Containers to core/ 2015-03-17 00:36:41 +01:00
Simon Cruanes
60159bdd75 merge from struktured: shiny new CCRingBuffer 2015-02-25 18:57:02 +01:00
Simon Cruanes
6a79b88ef0 documentation 2015-02-20 16:50:18 +01:00
Simon Cruanes
5404d01814 add CCSet 2015-01-29 00:42:10 +01:00
Simon Cruanes
f40cdbe64f add CCRef module 2015-01-29 00:35:34 +01:00
Simon Cruanes
dea635f8e3 version 0.8 2015-01-26 20:34:36 +01:00
Simon Cruanes
ae4c356874 updated doc and readme 2015-01-26 20:10:43 +01:00
Simon Cruanes
71200296b8 updated doc 2015-01-26 19:30:28 +01:00
Emm
fdc6f28d55 Add experimental rose tree. 2015-01-25 22:06:48 +01:00
Simon Cruanes
3d9a7a0b74 add CCFormat into core/ 2015-01-05 19:10:57 +01:00
Simon Cruanes
8190cbf6af missing modules in doc 2014-12-21 19:49:52 +01:00
Simon Cruanes
90f71e08c9 add a flag to compile containers.advanced only if sequence is installed 2014-12-19 20:55:59 +01:00
Simon Cruanes
f1b3ff64c9 prepare for 0.7 2014-12-19 17:28:22 +01:00
Simon Cruanes
a63d095722 containers.bigarray, containing CCBigstring 2014-12-18 16:37:31 +01:00
Simon Cruanes
e7cd24b903 updated doc 2014-12-16 23:58:31 +01:00
Simon Cruanes
8a1d0e89e8 intro documentation updated; fixed some .mli 2014-12-13 04:13:12 +01:00
Drup
bafee555d3 Stub for intro documentation. 2014-12-13 02:48:03 +01:00