MoreRSS

site iconGaran no dou修改

yyjson 作者。
请复制 RSS 到你的阅读器,或快速订阅到 :

Inoreader Feedly Follow Feedbin Local Reader

Garan no dou的 twitter 的 RSS 预览

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 h...

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.

Re @yagiznizipli It looks like the hardcoded constants have changed. I am using kperfdata.framework to configure the performance counters. It can read...

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.

I wrote a demo showing how to read Intel or Apple M1 CPU performance counters in macOS: https://gist.github.com/ibireme/173517c208c7dc333ba962c1f0d67d...

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

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-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.



Daniel Lemire: @TkTech @ibireme It seems that yyjson relies on a 128-bit tape, something we debated using for a time in simdjson (flat tape). Looks good. And there is a string buffer. So far I like what I see.

cc @jkeiser2 @geofflangdale

I wrote a super fast C JSON library, even faster than simdjson in most cases, take a look: https://github.com/ibireme/yyjson

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

Long time no see.

2015-05-11 22:58:21

Long time no see.