Simon Cruanes
9c9a78c7a6
lwt/Lwt_actor stub, for erlang-style concurrency (albeit much much more naive)
2014-11-20 01:05:20 +01:00
Simon Cruanes
510f63f921
firx quick tests; remove misc/ratTerm (already removed from _oasis)
2014-11-20 01:05:20 +01:00
Simon Cruanes
2346e833df
opam file
2014-11-20 01:05:20 +01:00
Simon Cruanes
e9760976b4
fix warnings in test
2014-11-19 18:02:14 +01:00
Simon Cruanes
e74c85e3d2
more modern interface to Mixtbl; added a way to iterate on all bindings
2014-11-19 17:58:18 +01:00
Simon Cruanes
cad578840e
import Mixtbl from its repository, into misc/
2014-11-19 17:16:57 +01:00
Simon Cruanes
a47bd108ec
CCVector.{top,top_exn}
2014-11-19 16:39:52 +01:00
Simon Cruanes
af850a88c1
CCFun.on_top_of (binary composition)
2014-11-19 15:03:44 +01:00
Simon Cruanes
54d16494b0
Merge pull request #11 from hcarty/patch-1
...
CCError.map2 could map to a new error type
2014-11-18 17:18:00 +01:00
Hezekiah M. Carty
fbf24ea7c7
CCError.map2 could map to a new error type
...
With the recent change from `_ CCError.t` to `(_, _) CCError.t` it's reasonable to allow `map2` to take an argument transforming the error to a new type.
2014-11-18 11:09:54 -05:00
Simon Cruanes
a2617fd83c
more precise benchmarks for caches
2014-11-17 09:20:04 +01:00
Simon Cruanes
62135fc9b7
fix the LRU algorithm to really be "least recently used"
2014-11-17 09:18:35 +01:00
Simon Cruanes
fbc278907a
updated benchmarks for Cache, to use new API and fix a stupid issue
2014-11-17 02:52:46 +01:00
Simon Cruanes
05ba0e5bba
breaking change: new API for cache, based on values (no more functors)
2014-11-17 02:52:25 +01:00
Simon Cruanes
2420df32f3
moved some benchmarks to benchs/run_benchs.ml, under the centralized bench tree
2014-11-17 01:09:13 +01:00
Simon Cruanes
0da13496a4
comments
2014-11-16 23:56:39 +01:00
Simon Cruanes
ac0f18d3c7
simpler interface for CCbench global registration
2014-11-13 22:33:15 +01:00
Simon Cruanes
b8d84de4dc
some optimizations in CCVector
2014-11-13 22:21:09 +01:00
Simon Cruanes
1a20df9393
benchmarks for CCVector
2014-11-13 22:20:58 +01:00
Simon Cruanes
bd8392dfe5
rename benchs.ml into run_benchs.ml
2014-11-13 21:40:17 +01:00
Simon Cruanes
c6072b6b2f
better printing in CCBench
2014-11-13 21:39:11 +01:00
Simon Cruanes
ea6a07ed31
tests for CCList; made some functions tailrec
2014-11-13 20:57:14 +01:00
Simon Cruanes
8d875994f5
slightly better printing in CCbench
2014-11-13 20:32:59 +01:00
Simon Cruanes
ece324f4c2
CCList.init added
2014-11-13 20:32:41 +01:00
Simon Cruanes
55e18bbb0f
use CCBench in benchs/benchs.ml to hierarchize benchmarks
2014-11-13 15:41:30 +01:00
Simon Cruanes
2606833518
add benchs/CCBench helper module (tree of benchmarks)
2014-11-13 15:41:10 +01:00
Simon Cruanes
0c1e7c30e8
more efficient versions of CCList.{flatten,append,flat_map}
2014-11-13 13:06:52 +01:00
Simon Cruanes
0ad73a2cff
more bechmarks on lists
2014-11-13 13:06:34 +01:00
Simon Cruanes
aa86a5454b
new benchmark, benchs.ml; drop use of "bench" package
2014-11-13 11:44:59 +01:00
Simon Cruanes
07f608009a
fix Makefile: if qtest not installed, should still be able to build
2014-11-12 11:02:22 +01:00
Simon Cruanes
4ced583f33
merge back from stable
2014-11-12 00:42:28 +01:00
Simon Cruanes
c69dc8b009
CCError: now polymorphic on the error type; some retro-incompatibilies (wrap,guard)
2014-11-11 15:51:55 +01:00
Simon Cruanes
21fba9effa
more documentation in CCGen
2014-11-10 12:17:59 +01:00
Simon Cruanes
9b3419055e
stronger inlining for CCVector (so that e.g. push is inline)
2014-11-10 00:49:45 +01:00
Simon Cruanes
1debe08645
more tests for CCVector
2014-11-10 00:49:29 +01:00
Simon Cruanes
be08237d61
re-enable qtests for .cppo.ml files
2014-11-10 00:11:08 +01:00
Simon Cruanes
24b441579c
removed many warnings
2014-11-08 01:28:42 +01:00
Simon Cruanes
af58399ca7
Levenshtein.Index.remove changed signature (useless param removed)
2014-11-08 01:24:39 +01:00
Simon Cruanes
7197313d91
merge with github's master
2014-11-08 01:04:52 +01:00
Simon Cruanes
6ff9c11167
CCSequence now provides some bytes-dependent operations (so containers depends on bytes)
2014-11-08 01:01:03 +01:00
Simon Cruanes
259644edf1
more warnings
2014-11-08 01:00:33 +01:00
Simon Cruanes
dc7b774120
CCList.(>|=) map operator
2014-11-08 01:00:05 +01:00
Simon Cruanes
0fd2a28693
Merge pull request #10 from Drup/master
...
Add CCOpt.filter.
2014-11-07 09:48:08 +01:00
Drup
fcf950e945
Add CCOpt.filter.
2014-11-07 08:48:19 +01:00
Simon Cruanes
4438505885
disable warning 44
2014-11-06 16:30:08 +01:00
Simon Cruanes
ed3bf4ba26
CCList.(>|=) infix map
2014-11-06 16:08:36 +01:00
Simon Cruanes
73201a4e67
add some warnings (to be fixed)
2014-11-06 13:48:12 +01:00
Simon Cruanes
81a640cf56
Merge commit '36423c01d2ab8881c9f8ac6d43fb7c945b0add59' from sequence
2014-11-04 22:19:27 +01:00
Simon Cruanes
36423c01d2
Squashed 'sequence/' changes from 2691bee..efeb0fc
...
efeb0fc merge from master; version 0.5.4
0de04d0 depend on bytes; compliant with -safe-string
d95495d sequence.bigarray
15a0b9d fix release numbers
git-subtree-dir: sequence
git-subtree-split: efeb0fc99751bc8260f10da96fa26aac70585208
2014-11-04 22:19:26 +01:00
Simon Cruanes
d75317253d
remove some junk from misc/
2014-11-04 21:00:08 +01:00