pcollections
pcollections copied to clipboard
A Persistent Java Collections Library
Results
21
pcollections issues
Sort by
recently updated
recently updated
newest added
Skimming the source code, it seems the `PSet` implementations don't optimize `plusAll` and `minusAll` beyond looping over `plus` and `minus`. However, the [Efficient sets - a balancing act](https://www.cambridge.org/core/services/aop-cambridge-core/content/view/0CAA1C189B4F7C15CE9B8C02D0D4B54E/S0956796800000885a.pdf/functional_pearls_efficient_setsa_balancing_act.pdf) paper that...
enhancement
help wanted