Skip to content
#

clang

Here are 783 public repositories matching this topic...

simdjson
jkeiser
jkeiser commented Jan 21, 2021

Now that we have real-world usage benchmarks, we can realistically compare SAX performance to non-SAX performance. This is particularly interesting when benchmarked against On Demand.

Of the implementations we currently benchmark, nlohmann_json and RapidJSON both have SAX implementations. As far as I can tell, these are the most popular. If anyone has other, faster SAX-for-JSON implementations

maikelvdh
maikelvdh commented May 23, 2020

In order to support package managers better, which write their retrieved data typically in unique paths, it would be nice to be able to declare multiple base_dir paths to translate absolute paths in relative ones.

For example a package manager would have the following paths in its cache:

~/data/libA/1.0.0/acme/stable/package/63da998e3642b50bee33f4449826b2d623661505/include/libA/myheader

Improve this page

Add a description, image, and links to the clang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clang topic, visit your repo's landing page and select "manage topics."

Learn more