Ibraheem Ahmed
Ibraheem Ahmed
I ran some tests with `Linked` removed all together and saw pretty significant performance boosts (~%30) in read heavy workloads, with diminishing returns as thread counts rose, eventually meeting at...
All right, so here is what I am thinking. - Collectors store a list of pre-allocated nodes. To avoid frequent contention on this list, nodes are grouped into batches (the...
This would be useful to me as well. I have the requirement that the iterator cannot borrow from the map itself, it must borrow from a `&RefCell`, so an index...
It looks like 1.40 could be supported while still getting most of the benefit from this PR.
Just saw this issue. If you need any help or guidance regarding seize please let me know!
So I had some time to work on this, and I implemented some memory optimizations [on an experimental branch](https://github.com/ibraheemdev/seize/tree/memory-usage). It cuts the node memory overhead in half by moving batches...
The seize improvements are released in `0.3.3` (https://github.com/jonhoo/flurry/pull/123). The memory overhead per object is now just one word (vs. four). However, I'm not sure if this will fix the issue...
`MRII_LOG=info` looks useful, thanks. > I'm not quite sure what kind of interface you are imagining for this hook. You can add debug statements and then again run Miri with...
I was wondering the same thing. There is no documentation on this, yet the example shows padding on the inner input.
Ah, I just took a look at the examples. Turns out you have to use the `inputStyle` or `inputClassName` props: ``