You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/01/16 22:11:01 UTC

[incubator-baremaps] branch simplify-geometries updated (ff27d00a -> 8ea5b0df)

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch simplify-geometries
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from ff27d00a Add a map for paired data
     add 8ea5b0df Clean benchmarks

No new revisions were added by this update.

Summary of changes:
 .../baremaps/benchmarks/DataMapBenchmark.java      | 115 +++++++++++++++++++++
 ...gDataMapBenchmark.java => MemoryBenchmark.java} |   0
 .../collection/algorithm/BinarySearch.java         |  76 +++++++++++++-
 .../baremaps/collection/type/PairDataType.java     |  12 +--
 .../apache/baremaps/collection/DataMapTest.java    |   4 +-
 5 files changed, 195 insertions(+), 12 deletions(-)
 create mode 100644 baremaps-benchmark/src/main/java/org/apache/baremaps/benchmarks/DataMapBenchmark.java
 rename baremaps-benchmark/src/main/java/org/apache/baremaps/benchmarks/{LongDataMapBenchmark.java => MemoryBenchmark.java} (100%)