Giter VIP home page Giter VIP logo

kaitai-io.kaitai_struct_benchmarks's Introduction

Kaitai Struct: benchmarks

This repository contains benchmarking suite for Kaitai Struct project.

Compile format specs (.ksy) into target languages

Run ./build-formats to compile sample format specs (.ksy files) located in formats/ into source code for parsing these file formats in various supported programming languages, to be located in compiled/$LANG.

Generate the data

We strive to use relatively large datasets for benchmarking purposes, thus avoid general issues with micro- / nano-benchmarking, where the unit under test is so small that lots of environment issues start to play a big role.

It is unpractical to store big files in git repository, so instead of providing binary data files, we provide small scripts that generate these big binary files. All these scripts reside in generate/, and there is a helper script that launches generation of all data files - ./generate-all.

After generation, you should get several large binary files in data/, which will be used as input files for benchmarking purposes.

Run the benchmarks

The source code for benchmarks itselves is located under spec/$LANG.

C++/STL

  • ./run-cpp_stl

Python

  • ./run-python

Ruby

  • ./run-ruby

kaitai-io.kaitai_struct_benchmarks's People

Contributors

greycat avatar arekbulski avatar cugu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.