Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 597 Bytes

Overview

The BXI Util Library provides various standalone utilities for BXI products. It provides the following plain C modules:

  • rng.h: a thread-safe random number generator module
  • vector.h: an extendable arrays implementation
  • map.h: a framework for executing independent tasks in parallel
  • kvl.h: a key/value lexer
  • stretch.h: a dynamic array of data structures supporting resizing
  • misc.h: various functions.

For the Python part it provides modules for:

  • playing with CFFI
  • using nodeset notation

Contributing

Please read the dedicated file.