catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Support for Other Primitive Types

Open sirinath opened this issue 9 years ago • 4 comments

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

sirinath avatar Nov 25 '15 05:11 sirinath

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

kuujo avatar Nov 25 '15 05:11 kuujo

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 avatar Nov 25 '15 06:11 sirinath

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

sirinath avatar Nov 25 '15 06:11 sirinath

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

kuujo avatar Nov 25 '15 17:11 kuujo