compressedMaps | Primitive / object compressed maps

 by   mikvor Java Version: Current License: Apache-2.0

kandi X-RAY | compressedMaps Summary

kandi X-RAY | compressedMaps Summary

compressedMaps is a Java library. compressedMaps has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.

compressedMaps library contains a set of concurrent and non-concurrent primitive hash maps. Both types of maps are using variable length encoding to save as much memory as possible. We also store data in the large blocks (at least 4k long) thus minimizing the number of objects we create and reducing the GC load. Testing has shown that having an object per bucket (even if a bucket contains more than one entry) is too expensive in terms of garbage collection. All maps support fill factors greater than 1 and less than 16 (this is a soft limit) - it allows you to store more than one entry in the bucket thus enabling delta compression for the keys, which are stored in the sorted order. We do not impose any limits on the map size (so it is long, not int), though the underlying array definitely can not grow beyond the usual Java limit of 2G values, so we start increasing fill factor after the underlying map grows to 2G. We also allow users to specify the memory block recycling limit - the map will keep the blocks after they are no longer used and then reuse them when a new block should be allocated. This option may reduce your application GC load on the assumption that memory blocks are kept alive long enough to be promoted in the old heap generation. The entry point for all map users are info.javaperformance.compressedmaps. MapFactory classes, which provides factory methods for all maps implemented in the library.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              compressedMaps has a low active ecosystem.
              It has 3 star(s) with 2 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              compressedMaps has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of compressedMaps is current.

            kandi-Quality Quality

              compressedMaps has no bugs reported.

            kandi-Security Security

              compressedMaps has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              compressedMaps is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              compressedMaps releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.

            Top functions reviewed by kandi - BETA

            kandi has reviewed compressedMaps and discovered the below as its top functions. This is intended to give you an instant insight into compressedMaps implemented functionality, and help decide if they suit your requirements.
            • Write delta
            • Convert a double value using the given multiplier
            • Writes a fixed 64 - bit integer into the given buffer
            • Write a double
            • Add a new value
            • Adds the given iterator to the hash table
            • Adds an entry to the chain
            • Add a key and value pair
            • Add a value to the map
            • Add a key pair
            • Write single entry bucket
            • Add an integer value to the map
            • Adds a key and value pair
            • Adds the iterator to the chain
            • Write a string to the buffer
            • Encodes a varint32
            • Add a long value to the map
            • Returns a string representation of this map
            • Remove the given key
            • Dump the stats of the block
            • Add a double value
            • Returns the hash code for this map
            • Reads a string from the input stream
            • Read delta
            • Debug output statistics
            • Reads a double
            Get all kandi verified functions for this library.

            compressedMaps Key Features

            No Key Features are available at this moment for compressedMaps.

            compressedMaps Examples and Code Snippets

            No Code Snippets are available at this moment for compressedMaps.

            Community Discussions

            No Community Discussions are available at this moment for compressedMaps.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install compressedMaps

            You can download it from GitHub.
            You can use compressedMaps like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the compressedMaps component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mikvor/compressedMaps.git

          • CLI

            gh repo clone mikvor/compressedMaps

          • sshUrl

            git@github.com:mikvor/compressedMaps.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link