Coder Social home page Coder Social logo

Comments (6)

abalib avatar abalib commented on June 26, 2024

@k3it I am not aware of any AIX user space tools. But let me find out more and get back to you.

from power-gzip.

abalib avatar abalib commented on June 26, 2024

@k3it I sent a note AIX development.

By the way, 842 algorithm is not particularly good at text files. You might get about 60% of the original. But the throughput is quite good: 2 socket machine can comp or decomp at a peak of 60-70 GByte/s.

There is a gzip engine on the P9 chip with better compression ratio; file sizes are about 10-15% bigger than that of gzip software with default switches. Although the P9 software is not ready yet

from power-gzip.

k3it avatar k3it commented on June 26, 2024

I see. thanks for the info. If you hear something back re AIX please let me know. I've also tried pigz which works well and compiles easily, but CPU based..

from power-gzip.

abalib avatar abalib commented on June 26, 2024

Pigz might make sense with so many SMT8 threads available. Pigz man pages say decompress cannot be parallelized which probably doesn't matter in your case.

from power-gzip.

abalib avatar abalib commented on June 26, 2024

@k3it Received from AIX developer "AIX exports NX 842 compression and decompression system calls for in memory compression operations, which are suitable for user-space operations.
They're documented here:"
https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/com.ibm.aix.basetrf1/accel_compress.htm
https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/com.ibm.aix.basetrf1/accel_decompress.htm

from power-gzip.

k3it avatar k3it commented on June 26, 2024

thank you very much for the info on the AIX function calls.

from power-gzip.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.