Replies: 1 comment
-
|
You should implement your alternative design and demonstrate its benefits. The library is community driven. If you contribute a pull request and you document the clear benefits of your approach, it will be given full consideration. Do you expect significant performance benefits? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was messing with it briefly and it seems like it might be possible to store 32-bit ints in a
tape_ref'sstring_bufindex. It also seems as though it wouldn't affect current 64-bit usage because it would only utilize 32-bit ints if the caller is trying to cast to a 32-bit type. And in majority of cases, the int being read out of the json is going to be small enough to fit in just anint32_t. Are there benefits to being purely 64-bit?Beta Was this translation helpful? Give feedback.
All reactions