Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete fixint support #114

Open
jheretic opened this issue Sep 4, 2014 · 0 comments
Open

Complete fixint support #114

jheretic opened this issue Sep 4, 2014 · 0 comments

Comments

@jheretic
Copy link
Member

jheretic commented Sep 4, 2014

We support the msgpack 'fixint' types, where small integers can be contained within a reserve range of the 'type' tag in order to pass small integers around with minimal overhead. However, we have very limited use for these numbers, as we don't have any useful functions to actually do things with them, like math. We should implement at least a basic set of accessor and math functions for these types so that we can utilize them.

@jheretic jheretic self-assigned this Sep 4, 2014
@jheretic jheretic added API and removed 0 - Backlog labels Jan 8, 2015
@jheretic jheretic modified the milestones: Router-1.2, Router-2.0 Jan 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant