All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by outperform with all dependencies

Search JAR files by class name

RoaringBitmap from group org.roaringbitmap (version 1.0.6)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.roaringbitmap Artifact: RoaringBitmap
Show all versions Show documentation Show source 
 

32 downloads
Artifact RoaringBitmap
Group org.roaringbitmap
Version 1.0.6
Last update 19. April 2024
Organization not specified
URL https://github.com/RoaringBitmap/RoaringBitmap
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bsi from group org.roaringbitmap (version 1.0.6)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.roaringbitmap Artifact: bsi
Show all versions Show documentation Show source 
 

0 downloads
Artifact bsi
Group org.roaringbitmap
Version 1.0.6
Last update 19. April 2024
Organization not specified
URL https://github.com/RoaringBitmap/RoaringBitmap
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

RoaringBitmapX from group org.bitlap (version 1.0.1.0)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.bitlap Artifact: RoaringBitmapX
Show documentation Show source 
 

0 downloads
Artifact RoaringBitmapX
Group org.bitlap
Version 1.0.1.0
Last update 31. October 2023
Organization not specified
URL https://github.com/bitlap/RoaringBitmap
License Apache 2
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

RoaringBitmap from group org.bitlap (version 1.0.1.0)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.bitlap Artifact: RoaringBitmap
Show all versions Show documentation Show source 
 

0 downloads
Artifact RoaringBitmap
Group org.bitlap
Version 1.0.1.0
Last update 31. October 2023
Organization not specified
URL https://github.com/bitlap/RoaringBitmap
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bsi from group org.bitlap (version 1.0.1.0)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.bitlap Artifact: bsi
Show all versions Show documentation Show source 
 

0 downloads
Artifact bsi
Group org.bitlap
Version 1.0.1.0
Last update 31. October 2023
Organization not specified
URL https://github.com/bitlap/RoaringBitmap
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

shims from group org.roaringbitmap (version 0.9.49)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.roaringbitmap Artifact: shims
Show all versions Show documentation Show source 
 

0 downloads
Artifact shims
Group org.roaringbitmap
Version 0.9.49
Last update 12. September 2023
Organization not specified
URL https://github.com/RoaringBitmap/RoaringBitmap
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

shims from group org.bitlap (version 0.9.27-bitlap)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.bitlap Artifact: shims
Show documentation Show source 
 

0 downloads
Artifact shims
Group org.bitlap
Version 0.9.27-bitlap
Last update 02. May 2022
Organization not specified
URL https://github.com/RoaringBitmap/RoaringBitmap
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

RoaringBitmapParent from group org.roaringbitmap (version 0.8.6)

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

Group: org.roaringbitmap Artifact: RoaringBitmapParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact RoaringBitmapParent
Group org.roaringbitmap
Version 0.8.6
Last update 26. May 2019
Organization not specified
URL https://github.com/RoaringBitmap/RoaringBitmap
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libjpeg-turbo-ndk26-shared-with-shared-deps from group com.viliussutkus89.ndk.thirdparty (version 3.0.1-beta-3)

libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems, as well as progressive JPEG compression on x86, x86-64, and Arm systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals that of proprietary high-speed JPEG codecs.

Group: com.viliussutkus89.ndk.thirdparty Artifact: libjpeg-turbo-ndk26-shared-with-shared-deps
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libjpeg-turbo-ndk26-shared-with-shared-deps
Group com.viliussutkus89.ndk.thirdparty
Version 3.0.1-beta-3
Last update 19. December 2023
Organization not specified
URL https://libjpeg-turbo.org
License BSD-modified-3-clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libjpeg-turbo-ndk25-shared from group com.viliussutkus89.ndk.thirdparty (version 3.0.1-beta-3)

libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems, as well as progressive JPEG compression on x86, x86-64, and Arm systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals that of proprietary high-speed JPEG codecs.

Group: com.viliussutkus89.ndk.thirdparty Artifact: libjpeg-turbo-ndk25-shared
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libjpeg-turbo-ndk25-shared
Group com.viliussutkus89.ndk.thirdparty
Version 3.0.1-beta-3
Last update 19. December 2023
Organization not specified
URL https://libjpeg-turbo.org
License BSD-modified-3-clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 2 (items total 14)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy