catalyst
catalyst copied to clipboard
Support for Other Primitive Types
All heap buffers you have are byte based. Can you support all the primitive types.
Ahh yeah we could do that. should be easy to do
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.
Look at the dev branch: https://github.com/sirinath/JVMTrader/tree/dev
Oh nice! Looks like some good stuff in there. I'll definitely poke around.