-
Lensed is much slower on Nvidia GPUs (at least on Mac) than on the nominally less powerful Intel and AMD cards. With the basic profiling capabilities of #187, it should be possible to at least get an …
-
Just pasting this here so it's something that can be referenced more publicly. These are a number of loosely organized concepts we've been brainstorming for potential future use with Graphite's use of…
-
crazy idea1: swingset kernel in [Pony](https://www.ponylang.io/)
the idea popped in my head while these others were swimming around in there: un-ease around C (memory-unsafety) and XS / xsnap ... r…
-
Since shifting by 0 is useless, could this encoding be used to increase the shift amount range to include 32? I believe RV128C does something similar with C.SLLI to encode a shift of 64.
This came …
-
currently landscape is some minimal tests:
- `functional.rs (from upstream)` is the existing `solana-program-test` (`BanksClient`)
- it's rather minimal: creates 1 bid, 1 ask, 1 cancel then checks…
-
The current implementation uses [ZIP-215](https://zips.z.cash/zip-0215) rules. We've received requests for stricter validation (#380, #623) which correspond to the NIST validation criteria, namely ens…
-
This idea was going to result in #15 getting peppered with repetitive comments, so I'm going to write it here separately instead.
TRX currently has novel handling of matrix dimensions & datatype fo…
-
-
```go
const nPos = 9000
const nPosVel = 1000
func BenchmarkIterColumn(b *testing.B) {
b.StopTimer()
entities := column.NewCollection()
if err := errors.Join(
entities.CreateColumn("px", …
-
Hi everyone. I'm facing some issues to deal with the memory increase in Redis 5.0.9. Our setup consists of 3 VM's, master, slave, and a Sentinel.
Our application pipeline consists in:
`XADD myst…