apache / apache/doris

[Feature] Replace Java std (type-erased) generic collections comprehensively with fastUtil primitive collections.

Open
#61,835 0 comments 0 reactions 0 assignees View on GitHub
kind/feature
Dominant language
Java
Stars
15.9k
Forks
3.9k
Avg merge
2d 23h
Merged PRs (30d)
520

Description

List:
ArrayList→ IntArrayList
ArrayList→ LongArrayList
ArrayList→ DoubleArrayList
Set:
HashSet→ IntOpenHashSet
HashSet→ LongOpenHashSet
Int Key Maps:
Map→ Int2ObjectOpenHashMap
Map→ Int2IntOpenHashMap
Map→ Int2LongOpenHashMap
Map→ Int2DoubleOpenHashMap
Long Key Maps:
Map→ Long2ObjectOpenHashMap
Map→ Long2IntOpenHashMap
Map→ Long2LongOpenHashMap
Map→ Long2DoubleOpenHashMap
Object Key Maps:
Map→ Object2IntOpenHashMap
Map→ Object2LongOpenHashMap
Map→ Object2DoubleOpenHashMap

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.