Skip to content

Language Bindings

Pablo de Lara edited this page Oct 10, 2024 · 5 revisions

Language Bindings

  • Python
    • python-isal Re-implementation of the zlib and gzip modules using isa-l as a back-end for faster decompression and compression.
  • Java
    • Genomics Kernel Library Optimized versions of compute kernels as used in genomics applications like GATK and HTSJDK. Includes a deflater and inflater that use the ISA-L library.
  • Go
    • ISALgo This ISA-L wrapper allows Go applications to make use of the optimized low-level functions provided by the Intel(R) ISA-L library including gzip, compression and decompression.
  • Julia
    • isal_l_jll This ISA-L wrapper allows Julia applications to make use of the optimized low-level functions provided by the ISA-L library.
  • RUST
    • isal-rs. This ISA-L wrapper allows RUST applications to make use of the optimized low-level functions provided by the ISA-L library.
Clone this wiki locally