eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Results 234 eclipse-collections issues
Sort by recently updated
recently updated
newest added

While scanning through the contribution guidelines I've spotted 2 links pointing to outdated locations.

## Performance ## `UnifiedSet` rehash operation will reuse `UnifiedSet.add`. Then, the `T.equals` will be triggered during hash collision. https://github.com/eclipse-collections/eclipse-collections/blob/6256e7c298a2bb7a839c2b5941416a3f8795cf5a/eclipse-collections/src/main/java/org/eclipse/collections/impl/set/mutable/UnifiedSet.java#L337 I'm working with 100 million of objects. In my real experience,...

Hello1 It's been nearly 3years since 11.1.0 and 2 years since 12.0.0.M3. When will the GA version 12.0.0 be released? Thank you for this utility!

Hello! I work on a tool that leverages some of the primitive optimized collections (e.g. `MutableDoubleList`). I was evaluating the likelihood of us addressing an improvement in our backlog which...

Bumps org.apache.maven:maven-core from 3.9.9 to 3.9.10. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven:maven-core&package-manager=maven&previous-version=3.9.9&new-version=3.9.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Hello, First of all, thanks for this incredible collection framework. One small gripe I have with `SortedSetIterable` is the feature gap with `TreeSet` : * methods such as floor, ceiling......

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.3. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.3 🐛 Bug Fixes [SUREFIRE-1737] - Fix disable in statelessTestsetReporter (#816) @​slawekjaranowski [SUREFIRE-1643] - surefire junit5 parallel tests...

dependencies
java

Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.1.2 to 3.8.1. Release notes Sourced from org.apache.maven.plugins:maven-dependency-plugin's releases. 3.8.0 [MDEP-930] - Make test robust against platform default character sets (#448) @​elharo Delete obsolete commented code (#446)...

dependencies
java

The idea is that this new test won't change in #1729 as long as the changes there are source compatible. cc @Desislav-Petrov