[Monotone-devel] Re: pointer arithmetics in C++

2006-09-17 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathaniel Smith wrote: If that's really what you want, you need something like x1 ^ x2 ^ x3 ^ reinterpret_castint(my_pointer); (Or perhaps multiplication would be better, or something, hash functions are not that easy to design.) In fact if x1

[Monotone-devel] [ANNOUNCE] monotone 0.30 released

2006-09-17 Thread Nathaniel Smith
The monotone team is pleased to announce the release of monotone 0.30, available, as always, from http://venge.net/monotone with more binary packages appearing there as they are built. The release notes for this release are: Sun Sep 17 12:27:08 PDT 2006 0.30 release. Speed

Re: [Monotone-devel] Performance improvement splitout

2006-09-17 Thread Nathaniel Smith
On Fri, Sep 08, 2006 at 11:15:03AM -0700, Eric Anderson wrote: Nathaniel Smith writes: Hmm, I don't get it -- if the socket is readable (and presumably it is, if we're getting bytes when we call recv), shouldn't select be returning instantly anyway? Your description seems to indicate