Skip to content

Eliminate concurrent module #53

@hrosa

Description

@hrosa

The concurrent module contains classes that help managing concurrent scenarios. It features in-house implementations of concurrent collections and locks.

Java 7 introduced concurrency classes that solve most needs with reasonable/good performance. Besides, we simply have no time to waste developing and managing our own collections library - open source solutions that have proven themselves for a long time will surely perform much better than our own implementations and are guaranteed to have a professional team backing them up. A few notable examples are Trove, Javolution and Guava.

The concurrent module must be eliminated and its classes replaced with a proper replacement from JDK, Javolution, Trove or Guava (depending on the requirements).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions