13 Oct
2004
13 Oct
'04
3:15 a.m.
On Sun, 2004-10-10 at 08:25, vellum wrote:
Here's what I think needs to be done instead of adding a limit:
- optimize, optimize, optimize
??
One of our big memory problems right now is that we copy data places rather than sharing it.
I've already done some work along those lines, in terms of sharing whole strings, but we really would benefit from being able to store finer-grained deltas.
-mental