Niall Douglas

Results 62 issues of Niall Douglas

Can I suggest that you use http://pypi.python.org/pypi/omnijson to retrieve the best json? cjson hasn't been maintained in years (plus doesn't compile on Windows), and ujson beats the pants off it...

From https://www.reddit.com/r/cpp/comments/10tt5nw/comment/j7ezsof/?utm_source=share&utm_medium=web2x&context=3 When someone searches for the library what he is see is github readme page of the project first. And he expects to see list of main features, platforms...

documentation

`path_handle` ought to be able to define the implementations of `file_handle`, `directory_handle` and so on. Then KV hardware can be supported by having `path_handle` return a `file_handle` which calls the...

enhancement

For example, anything memory maps ought to be excludable.

enhancement

Apparently can do 1.7M 4k IOPS per CPU core. As PCIe maxes out at a theoretical 2M 4k IOPS due to PCIe bus latency, that's pretty great for O_DIRECT i/o....

enhancement

LLFIO does not implement P1031's specified semantics that partial buffer fills must already be all fully filled buffers up to the first partially filled buffer. `async_file_handle` everywhere and `file_handle` on...

enhancement

Easy to slip up, a test would make sure of it.

enhancement

GitHub is a little weird: they want you to copy & paste your log/patch/file attachment to http://gist.github.com/, hit the Create Public Button and link to it from your issue by...

STICKY