-
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…
-
### Description of the feature request:
Customizing mnemonic for actions is a useful feature that improves the output for users and also allows build engineers to use features such as `--modify_exec…
-
The lack of string interning causes the metadata for rlibs to massively bloat. `libwinapi.rlib` for example takes up 54MB, which is mostly due to strings being repeated needlessly, and exacerbated by …
-
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…
-
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,…
-
I have a PR ready to go for this feature but this can be for discussion of the general concept.
- Background info: https://en.wikipedia.org/wiki/String_interning
- Available to C extensions since …
-
Because of global type alias interning, the global `type TimerHandler = string | Function` means *any* `string | Function` union gets called `TimerHandler`. This makes (for example) lodash errors and …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
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 …
-
- [ ] 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…