atomix / catalyst

Networking and buffer APIs and implementations for use in Copycat and Atomix
http://atomix.io/catalyst
Apache License 2.0
52 stars 23 forks source link

Support for Other Primitive Types #10

Open sirinath opened 8 years ago

sirinath commented 8 years ago

All heap buffers you have are byte based. Can you support all the primitive types.

kuujo commented 8 years ago

Ahh yeah we could do that. should be easy to do

sirinath commented 8 years ago

I wrote some similar code but looking to transition to catalyst to keep my focus on business logic: https://github.com/sirinath/JVMTrader

Feel free to borrow anything you need but hardly tested through.

sirinath commented 8 years ago

Look at the dev branch: https://github.com/sirinath/JVMTrader/tree/dev

kuujo commented 8 years ago

Oh nice! Looks like some good stuff in there. I'll definitely poke around.