Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor idlist #2151

Merged
merged 8 commits into from
Apr 2, 2024
Merged

Refactor idlist #2151

merged 8 commits into from
Apr 2, 2024

Conversation

joto
Copy link
Collaborator

@joto joto commented Mar 29, 2024

Refactor code that handles lists of ids. The old code used two datastructures, idlist_t which derives from the std::vector class and osmium::index::IdSetSmall<osmid_t>. The new code now only has one clean idlist_t class, which means there is less copying around of data.

@joto joto force-pushed the refactor-idlist branch from c3d5909 to bde21d8 Compare March 31, 2024 16:12
@lonvia lonvia merged commit 06f3ed5 into osm2pgsql-dev:master Apr 2, 2024
26 checks passed
@joto joto deleted the refactor-idlist branch April 3, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants