Skip to content
/ hipo Public
forked from gavalian/hipo

High Performance Output Data format for experimental Physics

Notifications You must be signed in to change notification settings

dglazier/hipo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hipo

High Performance Output (HIPO) is a data format for experimental Physics. It uses chunked data blocks to store data with LZ4 compression. Provides highly efficient read speeds.

Clone the package

Package has a dependency on LZ4 compression library, which is a submodule. Use command:

git clone --recurse-submodules https://github.com/gavalian/hipo

to clone the distribution.

Package Structure

hipo4 directory contains sources and include files for version 4 of hipo. Several examples are included (in the exmaples folder) for writing a simple file with declared dictionary and a reader to read and display information in the banks for each event.

About

High Performance Output Data format for experimental Physics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • Makefile 1.6%
  • Python 0.5%