-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Open
Description
In my day job, we encountered performance issues when we were performing lookups in a map with > 1,000,000 element. After profiling, we realised that the map lookup is a linear scan, and looking to either optimise this or understand if some other library or other programming metaphor exists within Spark. The use case is insertion and lookup, without any need to remove elements. Happy to discuss / work with maintainers if appropriate to address the issue. I have seen the OpenHashMap implementation, but this seems to be a Spark internal implementation, so not sure if this would be an appropriate base to work from.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels