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

Node: more int types, float #7

Open
egorpugin opened this issue Mar 15, 2016 · 2 comments
Open

Node: more int types, float #7

egorpugin opened this issue Mar 15, 2016 · 2 comments

Comments

@egorpugin
Copy link

https://github.com/no1msd/mstch/blob/master/include/mstch/mstch.hpp#L97

Is it possible to add: float, more integer types - int64_t/uint64_t, 8, 16 bit versions;
replace: int -> int32_t, add uint32_t ?

Or it has performance and memory drawbacks?

@egorpugin egorpugin changed the title Node: 64 bit types, float Node: more int types, float Mar 15, 2016
@dermariusz
Copy link

+1 but I only need additionally unsigned long long (uint64_t), long long (int64_t) and unsigned (uint32_t).

@btzy
Copy link

btzy commented Mar 14, 2017

The 64 bit versions would be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants