This is the Linux app named libfc4c whose latest release can be downloaded as libfc4c-2.1.0.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named libfc4c with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
libfc4c
DESCRIPTION:
C dynamic containers are missing in the standard, so almost every single project in C uses different implementations. This library is yet another implementation of few basic containers, optimized for speed. A simplified interface to libarchive allows to save the containers in a compressed form.
All the containers are 32bit. This greatly improves the performance (up to ~32%) and reduces the memory consumption (up to 41%) on 64bit systems.
All the containers are pre-allocating buffers to reduce number of calls to malloc().
There's no manpage, but all the functions are well described in the header files, and examples of usage can be found in the test program sources, in the ./test directory.
Features
- dynamic c-string container
- dynamic bit array
- general purpose dynamic array
- dynamic hash table
- dynamic ring buffer
- built-in functions for saving/loading of the containers
- built-in functions for archiving of the containers, using libarchive
- universal functions for archiving data structures of any type
Audience
Developers
Programming Language
C
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/libfc4c/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.