On 14.01.24 15:30, Bob Friesenhahn wrote:
The fastest JSON parser I am aware of was developed by a previous
work-mate. It is at
"https://github.com/gdavidbutler/jsonTrivialCallbackParser". There is a
trade-off in that it places more responsibilities on the using code and
thus any performance
On Sun, 14 Jan 2024, Till Wegmueller wrote:
- The OpenIndiana Repository metadata is between 4MB and 200MB in size. In
all my experiments with either Rust/Go/C++ simply reading those files
requires deep understanding of the languages streaming and memory saving
techniques. In Rust this is Zer
Hello all
I don't want to contribute to the heated thread but, I was looking into
the performance Issues in IPS for quite some time and with help of
others. Here is a list of known factoids in no particular order.
- The OpenIndiana Repository metadata is between 4MB and 200MB in size.
In all