Nuno Leiria

Results 10 comments of Nuno Leiria

In case people are not aware of quiescent state based reclamation (QSBR), here is a concurrent map that was implemented in C++ based on QSBR and it outperforms libcuckoo: https://preshing.com/20160222/a-resizable-concurrent-map/...

> Isn't QSBR just epoch-based reclamation? They are similar but not the same. One the readers side EBR uses something like: ``` EnterEpoch(); // read ExitEpoch(); ``` whereas QSBR identifies...

Any updates on this? I'm trying to find a way to generate a visuald solution with x86, x86-64, debug, and release configurations, and I can't find any way to do...

@FredrikNoren Do you have any more info on this? What were you running, for how long, what were you doing, etc. I recently did a soak test with the skinmesh...

SIGnal Hang UP is sent to the process when the controlling terminal is closed. It would be worth understanding why the cli breaks on it under a debugger and if...

@FredrikNoren and @philpax may have more insight on this.

@fabiopolimeni Was this on Windows or Mac? The Win32 API GetFileTime should be able to get modification timestamps from renaming. I would be surprised if Unix based platforms don't have...

The next release of wasm-bindgen should have this merged in https://github.com/rustwasm/walrus/pull/244 Main issue here: https://github.com/rustwasm/wasm-bindgen/issues/2389 cc @ten3roberts

But it would be helpful if we could debug and set breakpoints with the browser, right? My understanding is that now we aren't able to because wasm-bindgen doesn't update DWARF...

We should fix the main issue as you describe. What I'm mainly pointing out is the performance aspect of it which impacts user experience. So if we can have a...