Scott P. Jones
Scott P. Jones
bump (even though it's your own PR ;-) ) This has fallen behind the main branch, but still seems a very nice improvement, if you plan to move forward with...
OK, I'm not sure how I'd make a PR on this PR though.
The test in the gist used different sizes, 1, 16, 32, 64, 256, 1024, 5120. The strings were created with random bytes 0-255, and then changing any invalid bytes (for...
> Why do you say that? UnicodeExtras.jl supports UTF8String too, though it would likely be slow because I think ICU uses UTF-16 as an intermediate. Ah, we are using `ICU.jl`...
This sounds like a very interesting issue... esp. since I can see it being an issue with decimal float support (which I very much need)... so is #4176
:+1: @tkelman (just what I need!)
I used to use B+ trees for interning (this was for *huge* tables, millions of entries, the B+ trees were buffered in shared memory, with TB of disk). It worked...
I believe this is now fixed in [JuliaString/Format.jl](https://github.com/JuliaString/Format.jl)
Note: this has been fixed in [Format.jl](https://github.com/JuliaString/Format.jl).
This is fixed in [JuliaString/Format.jl](https://github.com/JuliaString/Format.jl) (along with many other bugs), I would recommend moving to Format.jl.