Bach 1.3
- Posted by kbochert at copper.net Sep 19, 2002
- 503 views
I have just posted the latest upgrade of Bach to my website www.catexa.com Miraculously, the site is showing some signs of= actually working. This release includes an interface to the SQLite database package= and a number of library enhancements: qsort() a builtin sorter that runs about as fast as the= integer-only bucket_sort in allsorts.e. (i.e. about 4 or 5 times faster than= any other general purpose sort). It features case sensitivity or= not, natural or alphabetic, forward or reverse, and columnar sorting. Hashtable: a built in container for fast storage of key-value= pairs. toupper() and tolower() functions. Karl Bochert