2023-05-25 13:48:09
Re @denis_bazhenov Not sure either. I mainly tested on M1 and haven't seen this issue yet. Demo based on some Xcode reverse engineering, so if Xcode has issues, the demo may have similar ones.
2023-01-21 23:37:29
Re @yagiznizipli It looks like the hardcoded constants have changed.
I am using kperfdata.framework to configure the performance counters. It can read the local CPU performance counter database (a14.plist for m1 max), which avoids hard coding. I found the usage by reversing xcode.
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