-
Related to https://github.com/PLC-lang/rusty/issues/1185, we did some further investigations into potential resolver performance improvments and realized that there are no obvious bottlenecks per-se (…
volsa updated
6 months ago
-
Feature request -- Column Dictionary Compression
The idea with Dictionary Compression:
* "Same" kind of *idea* as the JVM "may" do with Strings (literal pool or interning)
* Only store a colu…
-
Unify string handling. cf. https://github.com/PixarAnimationStudios/OpenTimelineIO/commit/fdc95703855cde6af780b126310d3f8018d74395 Convert all string returning functions to return an OpenTimelineIO st…
-
Rather than just 'identifier not found' (such as for trying to use an API from the old library that no longer exists), or 'syntax error' (such as for interpolated string changes), we could perhaps det…
-
**Describe the feature**
Add internString boolean flag on @Setter Annotation.
See this.
https://github.com/projectlombok/lombok/pull/3550
```
/**
* If you want your setter to invoke {@li…
-
When is the next NuGet release planned to be published? Unicode 14 emojis + the performance improvements from 15ca8e5ee372ecf15aa60f2382d7481e53ae28ae would be very appreciated.
-
Would be nice to have to avoid managing allocations for C strings, and in AOT it could be part of the `.rodata` section of the executable.
Would support UTF-8 (Uint8) and UTF-16 (Uint16). Could be …
-
Currently, Seastar exports metrics using the Prometheus protocol.
This is an extremely wasteful textual protocol, which repeats long variable names and user-readable help strings again and again, and…
-
No matter how you do it, parsing is likely to be slow. So to mitigate that, you should use serde to serialize parsed KBs. (I hope I haven't discussed this before.) While you're benchmarking, you might…
-
Currently, most names a string from the user program plus an integer for freshening. We fear that comparing the strings takes too much time.
We discusses some ideas for improvement:
- [x] swap the fi…