You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite _85encode memory-optimized for performance
Use a dedicated generator function to iterate more efficiently over the buffer,
using unpack of 512 bytes until the last 512 bytes. Making that much less calls to the unpack method
0 commit comments