2021-12-31 14:30:35
I wrote a demo showing how to read Intel or Apple M1 CPU performance counters in macOS: https://gist.github.com/ibireme/173517c208c7dc333ba962c1f0d67d12
2020-10-22 10:42:50
When I saw simdjson, I was surprised "JSON parsing can be so fast! But how fast can it be without SIMD?" This is the original idea of this library.
2020-10-21 16:01:13
I wrote a super fast C JSON library, even faster than simdjson in most cases, take a look: https://github.com/ibireme/yyjson