User Activity

  • Posted a comment on discussion Developers on Trove for Java

    TCollections.synchronizedSet is type agnostic, simply wrapping whatever implementation is given to it (as Collections.unmodifiableSet does from the JDK). Implementing a concurrent set isn't trivial and I am by no means an expert. I know the JDK implements a concurrent skip list for sets and ConcurrentHashMap uses a system of buckets.

  • Modified a comment on discussion Developers on Trove for Java

    Quite a few people have talked about it, but I don't think I've seen an actual implementation (or beginnings of one). Doing it properly would be quite an undertaking, but it is obviously doable. Side note: rather than extending TCustomHashSet, you should be able to use TCollections.synchronizedSet.

  • Posted a comment on discussion Developers on Trove for Java

    Quite a few people have talked about it, but I don't think I've seen an actual implementation (or beginnings of one). Doing it properly would be quite an undertaking, but it is obviously doable. Side note: rather than extending TCustomHashSet, would should be able to use TCollections.synchronizedSet.

  • Posted a comment on discussion Open Discussion on Trove for Java

    Let's discuss in the Stack Overflow question you raised: https://stackoverflow.com/questions/48170039/gnu-trove-classes-throws-java-lang-arithmeticexception-divide-by-zero

  • Posted a comment on discussion Open Discussion on Trove for Java

    Hi Bill, welcome to Trove. I believe the source jar in maven should have everything....

  • Posted a comment on discussion Open Discussion on Trove for Java

    Hello all - First off, the official Trove repo has moved locations on BitBucket....

  • Posted a comment on discussion Open Discussion on Trove for Java

    Code and the issue database has moved to BitBucket. There's a link on the front SF...

  • Posted a comment on discussion Help on Trove for Java

    IANAL, so take this with a grain of salt. Trove doesn't fall into any category of...

View All

Personal Data

Username:
robeden
Joined:
2003-10-16 17:46:58

Projects

This is a list of open source software projects that Rob Eden is associated with:

Personal Tools