[vectorIntrinsics+compress] Integrated: 8274975: Add micro benchmark: ALIBABA selective store use case

Joshua Zhu jzhu at openjdk.java.net
Thu Oct 14 08:24:13 UTC 2021


On Fri, 8 Oct 2021 12:22:33 GMT, Joshua Zhu <jzhu at openjdk.org> wrote:

> I separate my implementation of "compress" API into several patches for easy review.
> This micro benchmark is extracted from the real use case inside in-memory databases: selectiveStore.
> Test scenario: UseAVX=3; thread number = 8; conflict data percentage: 20% (that means 20% of mask bits are true)

This pull request has now been integrated.

Changeset: 8f0fc0d2
Author:    Joshua Zhu <jzhu at openjdk.org>
Committer: Eric Liu <eliu at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/8f0fc0d21542ae41b92472101823a2a70732953a
Stats:     138 lines in 1 file changed: 138 ins; 0 del; 0 mod

8274975: Add micro benchmark: ALIBABA selective store use case

Reviewed-by: psandoz

-------------

PR: https://git.openjdk.java.net/panama-vector/pull/149


More information about the panama-dev mailing list