parkmycar
No user record in our sample, but parkmycar has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but parkmycar has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Ha, naming is hard! You’re totally right, it used to be just the values of the last byte of a UTF-8 char (and before that it was NonMaxU8) but now represents more. I’ll update it once I’m back at my computer, thanks!
I do, mcyoung wrote a great blogpost[1] about it! Good idea, I’m AFK at the moment but will add it to the ‘Similar Crates’ section once I’m back [1] https://mcyoung.xyz/2023/08/09/yarns/
Author of compact_str here, you hit the nail on the head, great explanation! > ... and another (217) signifies that it's a weird static allocation (I do not know why you'd do this) In addition to String Rust also has…
Hey I'm the author of compact_str, thanks for the kind words! Fun fact, it was this fasterthanlime post that originally inspired me to play around with small strings and led to the creation of compact_str.