-
> I poke fun at expression parser/evaluator written in OO style, because really the visitor pattern is just asking for it. But I have a weird, almost morbid fondness for such things written in plain o…
-
This is a discussion of @jlippuner 's sparse walkthrough #586
## Wishlist:
- [ ] Can we have packs that only pull in allocated variables on the host side?
- [ ] Currently comm buffers are all pre…
-
From https://github.com/TinyCircuits/TinyCircuits-Thumby-Code-Editor/pull/73#issuecomment-1402119063
Investigate how bundling an FS with `picotool` might be optimized, to reduce the overall size of…
-
> * If the `unsafe` block is sound, but can be converted to safe code without losing performance, that's a great thing to do! This is often the case thanks to Rust adding new safe abstractions and imp…
-
Right now `slotmap` only offers a zero-cost abstraction for what are essentially safe `Copy`able weak pointers as an interface. This gives control (but also the burden) of lifetimes back to the user, …
orlp updated
8 months ago
-
**Describe the solution you'd like**
Since gdscript doesn't support pointers or passing by reference, it would be more efficient and possibly safer to have query() return the actual recordset inste…
-
## Problem description
For scenario creation I remove some technologies from locations using the `.exists: false` override. This works well, except when I try to remove techs which compete for reso…
-
Cord has CopyCordToString(). Could there be a helper function to copy to a char* buffer? For example,
```
// Copies the data in the cord from |offset| up to buffer |size|. Returns the actual numbe…
-
**Describe the bug**
A succession of key set, key delete will induce a memory leak in corresponding slave - redis cluster
**To reproduce**
We created a simple redis cluster (3 masters, 3 slav…
-
## Problem statement
Currently in MXNet there is no mechanism of handling denormal floating point values ([wikipedia](https://en.wikipedia.org/wiki/Denormal_number)) of parameters/inputs/outputs. Suc…