Hey guys, Raffaele found out about a project of mine (Lightning) a few weeks ago. Lightning is a heavy Unsafe and Bytecode generation using Serializer implementation. He told me that he was interested in adding something similar to DirectMemory and I would be glad to help out in this.
Another project I started a few days ago, since it was needed for work is DirectRingCache. The name not really meets to actual implementation since it's not yet a ring buffer using cache. I used this for a pre-serialization simple bytestream cache with self-growing buffers. It could be nice to have DirectMemory having raw "buffers" to write to or to read from. Here are the links from the projects: https://github.com/noctarius/Lightning https://github.com/noctarius/direct-ring-cache It would be nice to help out since I really like the idea of DirectMemory and since direct-ring-cache is some kind of reinventing the wheel. Cheers Noctarius (Chris)
