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

Add "faster" bin/ext/str decoding #13

Open
SeanTAllen opened this issue Dec 3, 2017 · 0 comments
Open

Add "faster" bin/ext/str decoding #13

SeanTAllen opened this issue Dec 3, 2017 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SeanTAllen
Copy link
Collaborator

The ext, str, bin decoding methods both will decode any str/ext type. This is good for developer convenience, however, the embedded if statements to find the correct type is going be slower than being able to call something like ext_16.

Support for decoding

  • fixext_1
  • fixext_2
  • fixext_4
  • fixext_8
  • fixext_16
  • ext_8
  • ext_16
  • ext_32
  • bin_8
  • bin_16
  • bin_32
  • str_8
  • str_16
  • str_32

should be added for when performance is of maximum importance.

@SeanTAllen SeanTAllen changed the title Add "faster ext/str" decoding Add "faster" bin/ext/str decoding Dec 3, 2017
@SeanTAllen SeanTAllen added help wanted Extra attention is needed enhancement New feature or request labels Dec 9, 2017
@SeanTAllen SeanTAllen added the good first issue Good for newcomers label Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant