-
First I want to say that this is a pretty awesome project. It provides interning for strings only but that's exactly what I needed. Other interning crates are usually more generic, but this always com…
-
### Proposal
Currently, /api/v1/read:
- Writes each series into separate frames. Initially it was done, I think, to have full streaming from Thanos Sidecar perspective but this isn't good for th…
-
- [Comment](https://github.com/zzz0072/rtenv/commit/4ec9a28da08bc1e881333b6bbea31e4ddad85836#commitcomment-4141263)
- [String interning](http://en.wikipedia.org/wiki/String_interning)
-
We cannot change how the HTML parser works, because it is difficult and dangerous or so I hear.
However, I think that we can easily *expand* it so that it will be able to *additionally* write case-…
-
See https://github.com/unicode-org/icu4x/issues/5533#issuecomment-2380240259
Currently, TimeZoneIdMapper has two data payloads:
1. Trie: IANA string to BCP-47 ID (does NOT support random access:…
-
Currently, most (if not all) literals in Scarpet code will be their own `String` instance, given those are generated by reading a file, not in Java source code. Suggestion for those literal strings to…
-
To start , I am just a beginner with Puppet , hence might have missed something very obvious.
After installing the module , when I run the agent I get the error :
Error: Could not retrieve catalog f…
-
Consider two equivalent ways to write the `intern` routine:
```java
import org.checkerframework.checker.interning.qual.Interned;
import org.checkerframework.checker.nullness.qual.PolyNull;
impor…
-
It has been noted that for some applications (notably applications like MSBuild or Visual Studio) that manipulate many file paths, or deserialize large text-based payloads (e.g. JSON or XML), tend to …
-
```
#
# to run with small heap eg -X heapsize=16384
#
try:
import utime as time
except:
import time
import gc
cnt = 1
last = 0
while cnt < 0x110000:
time.sleep(.005)
…
pmp-p updated
1 month ago