Skip to content

sstreef/j2a

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experiments related to JSON parsing and conversion to Apache Arrow

JSON to Arrow conversion in software

This project contains a microbenchmark for JSON-to-Arrow conversion for specific Arrow target schemas, with various frameworks, including:

  • RapidJSON
  • simdjson
  • Boost Spirit.X3
  • cuDF
  • Hand-written

These are found in the jsontest folder.

FPGA accelerated application benchmarks

This project also contains Python scripts that accompany the Bolson project to measure integrated performance of FPGA accelerated parsing. These scripts are found in the experiments folder. The scripts to plot the results are found in the plots folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 72.8%
  • C++ 16.8%
  • Python 5.3%
  • CMake 4.8%
  • Other 0.3%