-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WIP: zeropb codec #128
base: main
Are you sure you want to change the base?
WIP: zeropb codec #128
Conversation
5f30e39
to
d05f41e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the LitteEndian calls get inlined if the arch is little endian? I wonder what the performance is without those calls
I believe LittleEndian calls are inlined on all platforms, but swizzled on big endian. For little endian, its just a single assembly instruction: see https://godbolt.org/z/v7d18GnoE assembly, line 14. |
a538009
to
147022f
Compare
147022f
to
aa8bd70
Compare
c0afbe3
to
8119ed2
Compare
CC @tac0turtle @aaronc @odeke-em