giacomodrago

Results 3 repositories owned by giacomodrago

minijson_reader

65
Stars
20
Forks
Watchers

A DOM-less JSON parser that can parse a JSON object without allocating a single byte of memory on the heap

fcmm

46
Stars
6
Forks
Watchers

Fast Concurrent Memoization Map (fcmm) is an almost lock-free concurrent hashmap written in C++11 to be used for memoization in concurrent environments.

minijson_writer

34
Stars
6
Forks
Watchers

A simple, little-overhead, allocation-free, and extensible C++ JSON writer, directly wrapping a std::ostream