--
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+...@googlegroups.com.
Visit this group at http://groups.google.com/group/capnproto.
Excellent news Charles, I'm looking forward to trying this out. I'm also willing to have a go at adding support for pure Java and sun.misc.Unsafe support as discussed previously on this list.
Out of interest, is your JNI support hand-coded or are you using a library like JavaCPP?
--
Pure java support would be awesome!
The JNI support is hand-coded. That's in part because I don't have any experience with JavaCPP, and also because I feel a little more comfortable having full control. If someone down the road (maybe myself?) decides that JavaCPP would be easier to maintain, or less error prone, I wouldn't mind deprecating the current impl.
Speaking of my work on the bindings, I'm going to have a lot of free time here in a week, so there should some exciting updates soon.