-
BPO | [31377](https://bugs.python.org/issue31377)
--- | :---
Nosy | @benjaminp, @methane, @serhiy-storchaka
*Note: these values reflect the state of the issue at the time it was migrated and might no…
-
Consider bnb-fold as a template for 1-d representations. The issue is indexing, but it may be worth slightly slower searches for lower memory usage.
-
easyjson adds their own `intern` option, see https://github.com/mailru/easyjson#string-interning – staticcheck currently flags this: `bar.go:5:15: unknown JSON option "intern" (SA5008)`
Marking as …
-
## Describe the situation before applying the recipe
```java
final var query = """
My constant
""".intern();
```
## Describe the situatio…
-
We can serialize in a more compact format if we support interning of strings so that subsequent copies of a string which are not represented by the same address in .NET (i.e, .NET hasn't already inter…
-
- [x] Allow the user to specify the schema of the Hive partitions manually
- [x] Support directory input: https://github.com/pola-rs/polars/issues/14342
- [x] Improve logic for inferring schema from…
-
All strings are separate copies, so '==' checks break.
e.g.,
``` js
private function test() {
var x = "hello";
var t = (x == "hello");
return t ? "Good" : "Bad";
}
```
generates this Ob…
zeen updated
11 years ago
-
### What happened?
I was running some load testing related to flux. When creating 10.000 kustomization custom resources (about 1KiB), the k8s apiserver consumes about 1GiB of memory. When checking …
-
Similar to https://github.com/igbinary/igbinary but internally represented as a mix of a serialized string, and immutable auxiliary data.
(and iterate over those fields to populate the properties t…
-
### Type of issue
Missing information
### Description
So the https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/is
is pattern operator was added to the language spe…