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
PLACEHOLDER: FUNCTIONS ARE PART OF A UNLANDED PULL REQUEST
std::ascii contains the two unsafe functions str_map_bytes and str_copy_map_bytes. Both implement mapping a look up table over an byte vector using unsafe code and pointer arithmetic. It is unclear if that's intentionally done for speed, or whether an more idiomatic implementation using iterators would be just as fast. In case of the latter, the functions should probably be rewritten/removed.
The text was updated successfully, but these errors were encountered:
Changelog for Rust 1.62 🦖
This special artifact was just discovered. The artifact details changes to something called Clippy. Presently and from the context, we were unable to determine what this is supposed to be. All we know, is that it seems to have an active community around it which supports it. The members sometimes use paper clips as a secret symbol for Clippy.
I want to donate this artifact to the rust-lang organization, to have it displayed to the public.
---
changelog: none
PLACEHOLDER: FUNCTIONS ARE PART OF A UNLANDED PULL REQUEST
std::ascii
contains the two unsafe functionsstr_map_bytes
andstr_copy_map_bytes
. Both implement mapping a look up table over an byte vector using unsafe code and pointer arithmetic. It is unclear if that's intentionally done for speed, or whether an more idiomatic implementation using iterators would be just as fast. In case of the latter, the functions should probably be rewritten/removed.The text was updated successfully, but these errors were encountered: