facebook/zstd

IBM Linux on z SIMD optimization

Open

#2679 aperta il 21 mag 2021

Vedi su GitHub
 (8 commenti) (4 reazioni) (0 assegnatari)C (2481 fork)batch import
Announcehelp wanted

Metriche repository

Star
 (27.100 star)
Metriche merge PR
 (Merge medio 50m) (2 PR mergiate in 30 g)

Descrizione

Is your feature request related to a problem? Please describe. IBM z architecture provides SIMD capabilities that can be utilized for zstd optimization similar to SSE and Neon SIMD optimizations that have been contributrd to zstd.

Describe the solution you'd like Optimize zstd to utilize IBMz VX SIMD intrinsics in zstd_lazy.c and ztsd_compress.c equivalent to optimization for SSE and Neon.

Describe alternatives you've considered Because zstd has implemented architecture-specific optimizations for other architectures, a hand-coded implementation has been shown to provide unique benefits above auto-vectorization.

Additional context Financial bounty from IBM available for negotiation. Inquiries from interested developers welcome.

Guida contributor