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

wirlds-fchashmap.0.54.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.

There is a newer version: 0.56.5
Show newest version
/**
 * A HashMap-like structure that implements the FastCopyable interface.
 */
module com.swirlds.fchashmap {
    requires transitive com.swirlds.common;
    requires static transitive com.github.spotbugs.annotations;

    exports com.swirlds.fchashmap;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy