[Monotone-devel] Re: [sqlite] disk locality (and delta storage)

2006-02-15 Thread drh
Nathaniel Smith [EMAIL PROTECTED] wrote: Right now we do backwards linear delta chaining, so we always have the latest version of everything stored in full, and then it takes O(n) time to fetch a version n steps back in history. While theoretically problematic, this actually has caused

Re: [Monotone-devel] [sqlite] disk locality (and delta storage)

2006-02-11 Thread drh
Daniel Carosone [EMAIL PROTECTED] wrote: Just type (for example): monotone httpserver and then point your webbrowser at 127.0.0.1. My personal favourite is jetty in Java for this kind of thing; I'm not sure monotone itself should grow a http server :) The built-in webserver

Re: [Monotone-devel] [sqlite] disk locality (and delta storage)

2006-02-10 Thread drh
Daniel Carosone [EMAIL PROTECTED] wrote: It seems a little odd to me to build a centralised, online information system for tracking state and documenting activity around and about source code in a distributed and disconnected VCS. Ah yes, you're right. But in the system I envision, the