8000 GitHub - zeroschism/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.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

License

Notifications You must be signed in to change notification settings

zeroschism/speedtables

 
 

Repository files navigation

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

Useful Links

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

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Tcl 65.1%
  • C 32.9%
  • Shell 1.1%
  • Other 0.9%
0