You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Kx's KDB+ uses the Q language, and is built on top of k4. Kx used to sell a data
15
15
16
16
To get perspective on the progression to the latest reincarnation see https://shakti.com/database-software-history/
17
17
18
+
A note on the unusual style of C code: It attempts to replicate the style of Arthur Whitney. A striking original example is contained in file https://github.com/tavmem/buddy/blob/master/a/b.c. There are 2 versions of the buddy memory allocation system. The first is in 11 lines in Whitney's style. The second is in well documented traditional C (almost 750 lines).
19
+
18
20
Mailing Lists
19
21
-------------
20
22
[kona-user](https://groups.google.com/forum/#!forum/kona-user) is about using the Kona programming language.
0 commit comments