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

23 build links in dataset binary #25

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

tomaytotomato
Copy link
Owner

Fixes #23

Rather than build object links between Country, State and City at runtime. These links (id, name) are serialised into the location4j.bin file

Removed redundant zoneName from Country.java

Test time before 275ms. now 202ms

Rather than build object links between Country, State and City at runtime. These links (id, name) are serialised into the location4j.bin file

Removed redundant `zoneName` from Country.java

Test time before `275ms`. now `202ms`
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
46.4% Coverage on New Code (required ≥ 80%)
9.5% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@tomaytotomato tomaytotomato merged commit 0f03c36 into master Aug 11, 2024
1 of 2 checks passed
@tomaytotomato tomaytotomato deleted the 23-build-object-links-dataset branch August 11, 2024 17:24
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.

[IMPROVEMENT] Build links to City <--> State <--> Country in dataset rather than during runtime
1 participant