Results 57 issues of Qing Wang

We're planing to do a benchmark on some implementations of dict, like SortedMap in Java, map in STL and SkipList in Redis. There're some dimensions of the perf: - Memory...

After https://github.com/distkv-project/distkv/pull/688 getting merged, we should copy the native dependencies to a specific directory, and this can be executed in a `mvn package` or `mvn build` command.

@senyer @jovany-wang

I'd like to propose a new grammar for distkv, and the new grammar looks like a object-oriented command set: ```bash > li = list("v1", "v2", "v3") > ok > li.lput("v0")...

From the information in your benchmark result, it has a higher performance than STL set with mutex. But I'd like to know if there has a higher performance than the...

### Description Passing actor handles across workers may make actors unmanageable in frameworks on the top of Ray. ### Use case For the use case1, currently, most applications should save...

enhancement
@external-author-action-required

The current quick sort algorithm is too concrete. It's better to make it more generic. The points that I listed here: 1. Make `partition` can be rewrite and we provide...

proposal