Robert Winslow
Robert Winslow
@josephglanville It would be very convenient for this library to impl serde::Serialize and serde::Deserialize, so that users could use serde derive automagically. :-]
Perhaps this could be implemented using a write-once register, with multiple loom threads that compete to set the WOR.
@joshlf Very cool, thank you!
@zoq Ah, okay, well, the site is basically down for the time being :-] Maybe we can put up an archived version?
@zoq Also, I tried multiple browsers and settings, trying to get it to work. Maybe a friendly note at the top of the page would be helpful to save people...
Progress! I see some interactivity now, but no charts. The "parameters" box is unpopulated, and there is a JS error: ``` Uncaught TypeError: Cannot read property 'values' of undefined at...
@CasperN WDYT about making "follow" and "push" checked and/or typesafe, so that users can't read or write invalid data? I'd like to avoid turning everything in the library into `unsafe`...
I'd like to bump the importance of this issue. In particular, enabling settings equivalent to [`PrepareForBulkLoad`](https://github.com/facebook/rocksdb/blob/6ec6a4a9a49e506eff76aebd104d30be6a2d36cc/options/options.cc#L376) is important to my use case.
@aleksuss Would you recommend that I use the `master` branch in the meantime? (Assuming a fix is merged.)
@aleksuss Breaking API changes? No big deal! Those are an improvement over a library that doesn't compile :-]