Git Product home page Git Product logo

stianloader-concurrent's Introduction

Stianloader-concurrent

An assortment of highly-specialized structures for use in a concurrent environment.

The documentation for this project is viewable online here.

Why not use ConcurrentHashMap?

Many of the data structures implemented in this library could easily be replaced by ConcurrentHashMap, however for as long as Valhalla is not a thing ConcurrentHashMap is more expensive than our solutions due to overheads that are incurred by autoboxing or simply the more design of the CHM.

Contributing

All contributions of any kind are extremely welcome! Feel free to suggest, add, improve or outright redo sections of this library. Contributors are extremely rare within this desert so don't be shy to contribute even though you think you lack the expertise. Conversely, experts shouldn't stand idly waiting for the library to improve on it's own - I assume you already know that this does not happen.

However, when contributing please make sure your contribution would be compatible with your license.

Licensing

This library is licensed under the MIT License.

Maven

The library is still pretty much in early development but it can be found under the https://stianloader.org/maven repository as org.stianloader:stianloader-concurrent:<version> the available versions are listed under https://stianloader.org/maven/org/stianloader/stianloader-concurrent/

Dependencies

This library depends on Java 8+ and Fastutil. Latter is used in order to allow to quickly swap between implementations of your data types.

Alternatives

A known alternative to this library is fastutil-concurrent-wrapper, however that library does not support iterators.

stianloader-concurrent's People

Contributors

geolykt avatar

Stargazers

 avatar

Watchers

 avatar

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.