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

Joshua Zhu jzhu at openjdk.java.net
Thu Oct 14 07:18:33 UTC 2021


> 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)

Joshua Zhu has updated the pull request incrementally with one additional commit since the last revision:

  update

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

Changes:
  - all: https://git.openjdk.java.net/panama-vector/pull/149/files
  - new: https://git.openjdk.java.net/panama-vector/pull/149/files/c4d51d6f..6ab887e8

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=149&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=149&range=01-02

  Stats: 7 lines in 1 file changed: 1 ins; 1 del; 5 mod
  Patch: https://git.openjdk.java.net/panama-vector/pull/149.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/149/head:pull/149

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


More information about the panama-dev mailing list