An open API service indexing awesome lists of open source software.

https://github.com/flightaware/speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
https://github.com/flightaware/speedtables

caching nosql-data-storage shared-memory tcl tcl-extension

Last synced: about 11 hours ago
JSON representation

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.

Awesome Lists containing this project

README

          

#
# Get rid of old configurations
#
[ -f Makefile ] && make clean

#
# This makes sure that TEA knows about all the necessary bits and stuffs them into configure from configure.in
#
autoreconf

#
# This keeps configure honest if you have both clang and gcc installed
#
CC=clang CXX=clang++ ./configure --prefix=/usr/local --with-tcl=/usr/local/lib/tcl8.6 --with-pgsql --with-boost=/usr/local "$@"

# --with-casstcl

# Then "make clean" and "make"