Skip to content

OpenBXI/bxibase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The BXI Base Library provides C libraries for high-level programming. See High Level Programming in C.

Main Features

  • Fail-fast memory management
  • Rich and efficient error handling
  • Easy string manipulation
  • Zeromq wrapper to ease safe concurrent/Parallel and distributed programming
  • Fast and full featured logging mechanism

All these features can be accessed as Python modules through the same API, using a thin wrapping layer using CFFI.

Contributing

Please read the dedicated file.