-
We have developed an xrootd filesystem implementation for PyFilesystem, and is wondering if it's possible to link to our implementation from the PyFilesystem documentation. Most natural would probably…
-
The AVX2 scanner reads 32bytes at once, so as `chunk` approaches the end of `size`, it ends up reading past the end of the buffer
https://github.com/localcc/LightningScanner/blob/76e59b68c495f31b4643…
-
Our main requirement is to read source file (structured/semi structured /unstructured) which are residing in AWS s3 through AWS redshift database, where our customer have direct access to analyze the …
-
As stands today H2O uses SQL SELECT with OFFSET/LIMIT logic (or equivalent - depending on database) that doesn't guarantee consistency between consecutive calls. And even more so in distributed enviro…
-
### Feature request type
Performance enhancement in command identification
### Is your feature request related to a problem? Please describe
The [current implementation] (https://github.com/microso…
-
I have a huge PDF file to be signed (280Mb) and I am struggling to find a way to generate a PKCS7 signature without loading everything to the memory. I am able to calculate the `MessageDigest` for tha…
-
**Is your feature request related to a problem? Please describe.**
```
level=info ts=2024-03-05T21:33:16.993842816Z caller=metrics.go:159 component=querier org_id=fake traceID=0bf5202db7b6e5b9 l…
-
Not sure how many of these you were planning on implementing or have already implemented but here's a list of things I think would be really awesome to see in the update.
- Simulate missile flight …
-
### Modpack Version
E6 1.4.1 (1.16.5)
### Describe your issue.
I'm running a server through BisectHosting (6GB) with Enigamatica 6 with 3 friends and I wanted to optimize so it runs smoothly, it mo…
-
It turns out that current implementation of gossip is suboptimal. What have been observed:
1. In dioxane benchmarks incresing block size makes throughtput of network worse. This hints that gossip …