-
Notifications
You must be signed in to change notification settings - Fork 5
Home
jkozlowski edited this page Oct 4, 2014
·
38 revisions
Welcome to the kdb-haskell wiki!
Useful things:
- http://code.kx.com/svn/kx/kdb+/
- http://lifeisalist.wordpress.com/2009/10/17/an-antlr-grammar-for-q/ - q grammar.
- http://packdeps.haskellers.com/reverse/Spock
- http://community.haskell.org/~ndm/darcs/hlint/hlint.htm
Testing:
- http://code.kx.com/wiki/Sample_Queries
- http://www.kx.com/q/d/a/taq.htm
- http://code.kx.com/wiki/Cookbook/LoadingFromLargeFiles
- http://code.kx.com/wiki/Startingkdbplus/hdb - good random data generator
Benchmarking and optimisation:
Interfacing with C
- http://kx.com/q/d/c.htm
- http://book.realworldhaskell.org/read/interfacing-with-c-the-ffi.html
- http://blog.ezyang.com/2010/06/setting-up-cabal-the-ffi-and-c2hs/
- http://code.kx.com/wiki/Cookbook/InterfacingWithC
- http://vis.renci.org/jeff/2009/07/10/c2hs-example-to-save-other-people-frustration/
- http://stackoverflow.com/questions/18543228/statically-linking-a-c-library-with-a-haskell-library