Very good read for anyone that wants to write this outdated language in 2016.
Name:
Anonymous2016-01-21 17:48
>>84 Looking at those particular results, C is pulling in Apache's memory pooling library, while Lisp is doing per-node allocation for tree nodes. Not quite apples to apples. Either both should be allocating nodes on an individual basis, or both should be using pooling libraries.