-
This will enable caching when the same msg is used for signing and verification (or when we fall back to single sig verification in consensus). See this tweet: https://twitter.com/kostascrypto/status/…
-
official demo panic on mipsel device(musl,32-bit), help me,please.
```
root@SG000:/msata/demo# RUST_BACKTRACE=full ./gluesql-demo
EXEC:[DropTable]
EXEC:[Create]
thread 'main' panicked at 'index…
-
`lru-rs` is quite fast compared to many other LRU cache implementation. Is there any way to optimize in multi-threaded access? Maybe a read-write lock or reducing the locking scope.
Maybe somethi…
-
I'm using visual studio code, which uses `rust analyzer` for compiling rust code.
I'm experiencing the problem that `cargo check` succeeds but `rust analyzer` complains with errors.
The project…
-
Hello,
I am trying to use rocksdb in a library shared across iOS and Android. However I got following build errors. Anyone succeeded to use it on mobile?
For iOS, it stopped here:
https://githu…
lming updated
4 years ago
-
EG: The `tour` example, when you click _Next_ to go to the page with the resizable rust logo.
~As far as I can tell, this is because upload of the raster data is synchronous in calls to `iced_wgpu:…
-
Today, the core data structure is a hash-map of LruEntries keyed by key refs
```rust
struct LruEntry {
key: mem::MaybeUninit,
val: mem::MaybeUninit,
prev: *mut LruEntry,
next: …
-
Yay new features!
-
Right now the eviction strategy is LRU, but I want to use SampledLFU strategy to suit my usage scenario, how could I get there?
-
I just tried building another project which uses _RocksDB_ version **1.17.0.** I also tried with **1.18.0** in case that fixes the problem. This is what I see during the build:
```
error: failed t…
bzp99 updated
2 months ago