-
Does JS - and in particular node.js - intern strings? If not, we might want to make a point of interning them at DB load time and at record update/add time - at least the field names.
-
I see with_state is good for string interning and per-item arenas. Can it be currently used to collect a json array into a bumpalo Vec? If not, what kind of modifications would be needed? Would this c…
-
For `Token`s to be useful for interning, it needs to be possible to get a reference to the stored value back from the caches.
-
In case the string is less than 8 bytes, will storing the string and not a pointer will save some space?
Also in some of the cases interning the IString doesn't worth it since the value is unique a…
-
## Version(s) of meta-rust
git
## Version(s) of poky and/or oe-core
Kirkstone
## Expected result
Hello World compiles
## Actual result
I get a full TTY of errors, here's the tail:
~~~
|…
-
A Composite Key could be a symbol instead of an object.
Unlike objects, not all symbols are currently usable as WeakMap keys, which would make it less surprising when the author attempts to use in …
-
Implement (internal) data model representation to reduce allocations and CPU overhead.
This model should be effectively (un)-marshaled into binary representation so it can be also used on-the-wire,…
-
See https://github.com/PyO3/pyo3/pull/2269 for how it works. We should check if there are places we can use this.
-
they are redundant with substring(). there are better ways to avoid unnecessary copies [stringbuilder is one, or interning], provided that we care of this kind of optimizations
-
- [ ] more layout support (harfbuzz/libotf), font manager
- [x] retargetable backend (PostScript and SVG) with `libcairo`
- [x] redesign primitive, file I/O and image related
- [ ] user manual (Chi…