-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Ambient cache initialization speed improvement #1959
base: main
Are you sure you want to change the base?
Ambient cache initialization speed improvement #1959
Commits on Oct 31, 2023
-
Christophe Brasseur committed
Oct 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 07f7fa4 - Browse repository at this point
Copy the full SHA 07f7fa4View commit details
Commits on Nov 13, 2023
-
Revert "Update MBXViewController.m"
This reverts commit 07f7fa4.
Christophe Brasseur committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for a878d90 - Browse repository at this point
Copy the full SHA a878d90View commit details
Commits on Nov 20, 2023
-
New tables created for ambient cache + first version of putTile / put…
…Resource / putInternal and getTile / getResource which support that Fix for NOT NULL contraint violation for "compressed" field when inserting tile or resource Changed SQL query for ambient cache initialization
Patrick Schevenels committedNov 20, 2023 Configuration menu - View commit details
-
Copy full SHA for b7a4bcf - Browse repository at this point
Copy the full SHA b7a4bcfView commit details
Commits on Nov 23, 2023
-
Moving data from ambient_resources/ambient_tiles table to resources/t…
…iles table when resource / tile is needed in an offline region download
Patrick Schevenels committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 35ba68d - Browse repository at this point
Copy the full SHA 35ba68dView commit details -
Indexes added on accessed field in ambient_tiles and ambient_resource…
…s tables
Patrick Schevenels committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 864837f - Browse repository at this point
Copy the full SHA 864837fView commit details -
Indexes added on accessed field in ambient_tiles and ambient_resource…
…s tables (added to the upgrade script) + queries modified to manage LRU based on new tables
Patrick Schevenels committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e0bc77f - Browse repository at this point
Copy the full SHA e0bc77fView commit details
Commits on Dec 6, 2023
-
Fix for EXC_BAD_ACCESS crash when downloading maps - code is not clea…
…n yet at the moment but it is working
Patrick Schevenels committedDec 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 5c75a7b - Browse repository at this point
Copy the full SHA 5c75a7bView commit details -
Code refactoring for hasTile and hasResource methods to make the code…
… cleaner
Patrick Schevenels committedDec 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 2085fcb - Browse repository at this point
Copy the full SHA 2085fcbView commit details
Commits on Dec 7, 2023
-
Refactoring of getTile and getResouce methods to avoid using lambdas …
…and c_str()
Patrick Schevenels committedDec 7, 2023 Configuration menu - View commit details
-
Copy full SHA for cb8cf11 - Browse repository at this point
Copy the full SHA cb8cf11View commit details
Commits on Dec 12, 2023
-
Update offline_database.test.cpp
Fixed existing tests to comply with new database model (work in progress) + temporarily disabled some database merging tests which crashed + added new MigrateFromV6Schema test method
Geolives committedDec 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 7758093 - Browse repository at this point
Copy the full SHA 7758093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67767ac - Browse repository at this point
Copy the full SHA 67767acView commit details
Commits on Dec 13, 2023
-
Resources and tiles which are not used in any offline region are now …
…deleted after deleting an offline region
Patrick Schevenels committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 4307dc9 - Browse repository at this point
Copy the full SHA 4307dc9View commit details -
Merge branch 'maplibre:main' into fix/ambient-cache-slowness
Geolives authoredDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d0f1d9 - Browse repository at this point
Copy the full SHA 9d0f1d9View commit details
Commits on Dec 14, 2023
-
Re-enabled tests which were temporarily disabled
Patrick Schevenels committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for d0e6330 - Browse repository at this point
Copy the full SHA d0e6330View commit details -
Databases merging (sideloading) feature now supports databases with n…
…ew database model version (v7)
Patrick Schevenels committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 2857360 - Browse repository at this point
Copy the full SHA 2857360View commit details -
Test databases used for database merging (sideloading) upgraded to ne…
…w database model version (v7)
Patrick Schevenels committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 14716aa - Browse repository at this point
Copy the full SHA 14716aaView commit details -
Merge branch 'maplibre:main' into fix/ambient-cache-slowness
Geolives authoredDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for b3aaeae - Browse repository at this point
Copy the full SHA b3aaeaeView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 67faa0b - Browse repository at this point
Copy the full SHA 67faa0bView commit details -
Patrick Schevenels committed
Dec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for a21ee01 - Browse repository at this point
Copy the full SHA a21ee01View commit details
Commits on Dec 19, 2023
-
Patrick Schevenels committed
Dec 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d948995 - Browse repository at this point
Copy the full SHA d948995View commit details
Commits on Feb 16, 2024
-
Update offline_database.test.cpp
CorruptDatabaseOnQuery test temporarily disabled
Geolives committedFeb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f4838dd - Browse repository at this point
Copy the full SHA f4838ddView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 16f3390 - Browse repository at this point
Copy the full SHA 16f3390View commit details -
Merge branch 'maplibre:main' into fix/ambient-cache-slowness
Geolives authoredFeb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 4a1a8fd - Browse repository at this point
Copy the full SHA 4a1a8fdView commit details
Commits on Feb 29, 2024
-
Merge branch 'maplibre:main' into fix/ambient-cache-slowness
Geolives authoredFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for dcd4d00 - Browse repository at this point
Copy the full SHA dcd4d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760cb5e - Browse repository at this point
Copy the full SHA 760cb5eView commit details -
Merge branch 'fix/ambient-cache-slowness' of https://github.com/geoli…
…ves/maplibre-native into fix/ambient-cache-slowness
Patrick Schevenels committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for ba243f5 - Browse repository at this point
Copy the full SHA ba243f5View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for a9e4fd3 - Browse repository at this point
Copy the full SHA a9e4fd3View commit details