Commit Graph

1690 Commits

Author SHA1 Message Date
Siarhei Fedartsou 8b878a841e Merge branch 'master' into sf-ankerl 2024-06-26 18:39:02 +02:00
Siarhei Fedartsou a522016953 wip 2024-06-26 18:10:19 +02:00
Siarhei Fedartsou 0e17869e21 Re-use priority queue in StaticRTree (#6952) 2024-06-25 18:58:48 +02:00
Siarhei Fedartsou 72527d63a0 Merge branch 'master' into sf-ankerl 2024-06-25 17:53:09 +02:00
Siarhei Fedartsou 7d72dfebf7 Optimise encodePolyline function (#6940) 2024-06-22 20:04:32 +02:00
Siarhei Fedartsou 3d01d96036 Avoid reallocations in base64 encoding (#6951) 2024-06-22 08:50:18 +02:00
Dennis Luxen f1eabc3ecc Replace boost::filesystem with std (#6432) 2024-06-20 21:44:28 +02:00
Siarhei Fedartsou feb9389436 Apply micro-optimisation for Table & Trip APIs (#6949) 2024-06-15 18:57:26 +02:00
Siarhei Fedartsou a0eda3e7d7 Apply micro-optimisation for Route API (#6948) 2024-06-15 18:56:40 +02:00
Siarhei Fedartsou 7652f6ca6b Apply micro-optimisation for Match API (#6945) 2024-06-14 16:04:19 +02:00
Siarhei Fedartsou aa4e6b1cf3 Apply micro-optimisation for Nearest API (#6944) 2024-06-13 18:18:36 +02:00
Siarhei Fedartsou 112e089166 wip 2024-06-12 20:01:37 +02:00
Siarhei Fedartsou 11c3369cf4 wip 2024-06-12 13:33:18 +02:00
Siarhei Fedartsou f4ce1dc8f6 wip 2024-06-12 09:21:20 +02:00
Siarhei Fedartsou 49f07cbb8e wip 2024-06-11 22:41:49 +02:00
Siarhei Fedartsou 68d5dbc919 wip 2024-06-11 16:27:21 +02:00
Siarhei Fedartsou 068a1da098 wip 2024-06-11 09:14:57 +02:00
Siarhei Fedartsou de2f392960 Avoid copy of intersection in totalTurnAngle (#6938) 2024-06-10 22:40:37 +02:00
Siarhei Fedartsou ff02ae92f4 wip 2024-06-10 21:43:49 +02:00
Siarhei Fedartsou 054161fc7e Avoid copy of vectors in MakeRoute function (#6939) 2024-06-10 20:06:43 +02:00
Siarhei Fedartsou 13d8eebbca wip 2024-06-09 22:57:31 +02:00
Siarhei Fedartsou 93820be50e Avoid copy of intersection in totalTurnAngle 2024-06-09 19:37:44 +02:00
Siarhei Fedartsou 67558b796f wip 2024-06-09 13:11:09 +02:00
Siarhei Fedartsou 2a3f539bb2 wip 2024-06-09 11:13:31 +02:00
Siarhei Fedartsou ada954cd8d wip 2024-06-09 10:43:28 +02:00
Siarhei Fedartsou 9398bbc382 wip 2024-06-09 10:39:20 +02:00
Siarhei Fedartsou 2e3f3e90ef Merge branch 'master' into sf-ankerl 2024-06-08 22:29:49 +02:00
Siarhei Fedartsou 8fd8d0c24a Fix performance-noexcept-move-constructor clang-tidy warning (#6933) 2024-06-08 08:33:54 +02:00
Siarhei Fedartsou c57b0d28b0 Fix performance-noexcept-swap clang-tidy warning (#6931) 2024-06-07 16:18:10 +02:00
Siarhei Fedartsou 523ee762f0 Upgrade to clang-tidy 18 (#6919) 2024-06-06 22:20:38 +02:00
Siarhei Fedartsou 2e54842ce8 Merge branch 'master' into sf-ankerl 2024-06-05 21:48:14 +02:00
Dennis Luxen 2725202771 Use Lemire's fast check whether to escape a JSON string (#6923) 2024-05-31 19:58:57 +02:00
Siarhei Fedartsou 42fafdcdfe Use custom struct instead of std::pair in QueryHeap (#6921) 2024-05-31 07:06:58 +02:00
Siarhei Fedartsou c8de759cd6 Use std::string_view::starts_with instead of boost::starts_with (#6918) 2024-05-30 21:55:25 +02:00
Siarhei Fedartsou cf4141dffd Try to use ankerl::unordered_dense::map instead of std::unordered_map in UnorderedMapStorage 2024-05-30 19:49:06 +02:00
Siarhei Fedartsou fb9d1cefcc Get rid of boost::math::constants::* and M_PI in favor of std::numbers (#6916) 2024-05-30 19:40:56 +02:00
Siarhei Fedartsou c3683201e6 Try to use ankerl::unordered_dense::map instead of std::unordered_map in UnorderedMapStorage 2024-05-30 19:21:38 +02:00
Siarhei Fedartsou 0f5ffc2a84 Try to use ankerl::unordered_dense::map instead of std::unordered_map in UnorderedMapStorage 2024-05-30 19:19:30 +02:00
Dennis Luxen a9b1bd88d3 Remove all core-CH left-overs (#6920)
* Remove all core-CH left-overs

* Fix formatting

* Update CHANGELOG.md
2024-05-30 17:13:44 +02:00
Siarhei Fedartsou 1ff096ac5c Make constants in PackedVector constexpr (#6917) 2024-05-30 15:12:42 +02:00
Dennis Luxen 0ea757ed02 Remove unused header file (#6913) 2024-05-29 09:13:13 +02:00
Siarhei Fedartsou c1ed73126d Use std::variant instead of mapbox::util::variant (#6903) 2024-05-28 18:52:49 +02:00
Siarhei Fedartsou 9aaab7a53f Enable readability-container-contains clang-tidy check (#6909) 2024-05-27 08:33:26 +02:00
Siarhei Fedartsou 1a6f4c44e7 Fix performance-type-promotion-in-math-fn clang-tidy warning (#6908) 2024-05-27 08:33:05 +02:00
Siarhei Fedartsou b7a990d0b5 Use C++20 (#6877) 2024-05-25 18:25:13 +02:00
Dennis Luxen 8306ed8ae3 Remove superflous iostreams include from header files (#6901) 2024-05-25 09:17:45 +02:00
Dennis Luxen 640df69aa1 Remove dead CRC32 processor code (#6900) 2024-05-24 22:43:03 +02:00
Dennis Luxen babdced52f Replace GCC-specific attribute with [[nodiscard]] attribute (#6899) 2024-05-24 20:34:04 +02:00
Siarhei Fedartsou 21607e0cb2 Optimise getNetworkDistance in MLD even more (#6884) 2024-05-23 20:46:13 +02:00
Dennis Luxen 51b74a99aa Avoid copy of std::function-based callback in path unpacking (#6895)
* Avoid copy of std::function-based callback in path unpacking

* Fix formatting

* Update CHANGELOG.md
2024-05-23 18:51:51 +02:00