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.
- Host: GitHub
- URL: https://github.com/flightaware/speedtables
- Owner: flightaware
- License: bsd-3-clause
- Created: 2009-06-16T18:01:46.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T14:32:24.000Z (almost 4 years ago)
- Last Synced: 2025-08-17T14:41:26.498Z (6 months ago)
- Topics: caching, nosql-data-storage, shared-memory, tcl, tcl-extension
- Language: Tcl
- Homepage: https://flightaware.github.io/speedtables/
- Size: 6.89 MB
- Stars: 68
- Watchers: 33
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.FreeBSD
- License: LICENSE
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"