Anurag Soni

Results 4 issues of Anurag Soni

It might be nice to represent `Buffer.t` using a record as opposed to a straight up bigstring. ex: ```ocaml type bigstring = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t type t = {...

This is just an experiment for now, and adds an untyped interface to the trie used by routes.

This was done just out of curiosity as I wanted to try the multicore compiler. I'm leaving this as a draft here in-case you want to try this on the...

So far this library has been just tested on macOS. We should test this on the various BSD systems (starting with FreeBSD, OpenBSD), and add tests to ensure the library...

enhancement
help wanted