Viewing profile — dgk42
dgk42
HN member- Joined
- Wed, Jun 13, 2012, 12:47 PM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About dgk42
No profile information was provided.
Recent public activity
-
comment
Comment #4836538
We employ a technique similar to that of Obj-C in our memory handler implementation. You attach objects not to a parent object, but to a generation. We have 4 a-priori-specified ge…
-
comment
Comment #4836463
It has to do with semantics and the way you view your data. SQL is not a Turing-complete language (without abusing it!) and represents a subset of Relational Algebra. For us, relat…
-
comment
Comment #4836421
Cache misses are not compared to initializing the lisp engine. So, we don't worry so much about them. Also, since the data organization is up to us, we touch only what is necessary…