Chojan Shang
Chojan Shang
``` thread 'tokio-runtime-worker' panicked at 'unexpected error getting unapplied entries [256, 256): Store(Compacted), raft_id: 2, version: 0.1.0', .cargo/git/checkouts/raft-rs-42b8049ef2e3af07/eec5ead/src/raft.rs:1338:17 ```
After testing, when the number of allocations is large enough (like `1‹‹22` ) , [quininer/linkedhashmap](https://github.com/quininer/linkedhashmap) will become very slow ( `4x` ) . Is there any other appropriate improvement method?
Another possible way to improve is to use the Raw API in hashbrown and griddle, I am not sure whether it can bring a performance improvement, but it is undoubtedly...
> Maybe we can clean up all deps on openssl so that we don't need openssl anymore. If it works, that would be great. I'm just concerned that there may...
OK, let me verify its performance.
I will evaluate it. /assignme
Ref: https://github.com/sqlancer/sqlancer/pull/429
I think we still need to do that, but I probably won't put more effort into it. Maybe @leiysky will have some suggestions for that.
> Any updates on this? @PsiACE This is an OSPP 2022 project and is assigned to @hanyisong . You can view the progress at https://github.com/datafuse-extras/sqlancer/pull/1 . Now that we have...
https://github.com/sqlancer/sqlancer/pull/568 has been merged and I think we have a implementation of the sqlancer test. The next step is to fix the known issues and explore sqlancer. So I think...