apnadkarni / speedtables

Windows port of speed tables - 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of Flightaware's speedtables library solely for the
purpose of porting to Windows. Hopefully at some point changes can
be merged back upstream. See the README.win32 file for Windows specific
details.

----

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.  Licensed under BSD Copyright.

https://github.com/flightaware/speedtables

For more details about Speed tables, see ctables/docs/doc.txt

This repository consists of three separate Tcl packages:

* ctables -- the primary package providing single-process and shared-memory tables.
* ctable_server -- networked client and server interface using "sttp:" URI syntax.
* stapi -- abstraction to allow ctables, ctable_server, and other interchangable object use.

About

Windows port of speed tables - 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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 52.0%Language:Tcl 31.9%Language:C 16.1%Language:Perl 0.0%