Skip to content

Various extra utilities library for both C and Python on top of BXI Base

Notifications You must be signed in to change notification settings

zakaria-bendifallah/bxiutil

 
 

Repository files navigation

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.

About

Various extra utilities library for both C and Python on top of BXI Base

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.4%
  • Python 15.5%
  • M4 10.6%
  • Makefile 3.7%
  • Shell 3.6%
  • Lex 2.3%
  • Other 0.9%