Skip to content

charleswhchan/python-serialization-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

python-serialization-benchmark

Performance comparison of different serialization formats with Python

Launch interactive notebook

FlatBuffers

  • To re-generate schema for FlatBuffers:
flatc --python FlatBuffersSchema/stations.fbs
  • Then convert JSON to FlatBuffers binary format:
flatc --binary FlatBuffersSchema/stations.fbs stations.geojson && mv stations.bin FlatBuffersSchema/

About

Performance comparison of different serialization formats with Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published