maxmind-db-rust 0.3.0-aarch64-linux → 0.4.0-aarch64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5095227e690cb06e604d1d4639f4608a4e16122f2b57504d6c6040d0ac6a793e
4
- data.tar.gz: 7a7d2f7b9dc467ae6a8c87824ac52274de722e6af7854ed1c5b44e326df0985c
3
+ metadata.gz: 90be5ba6ca11e437d447f233e87ae4708685f543e47753273132e0b715f7d5c7
4
+ data.tar.gz: 7973718057c92d9e6b1a51cd3c122d97ba467f7054eed17a20d08dbeefa2fd9f
5
5
  SHA512:
6
- metadata.gz: f49fc1dcd0f5a426deda268a1b011a962c2dd81f240334441eb9b781a647325cc82c1b1c2e5d375801eb6cef7973441efcb22f14fef474a9017d25b7f35432c8
7
- data.tar.gz: cccd40db4939a0d7fc4282b62254a273946b63431117c72e44e8f845d88904d761685dbfe2f174a0181fad38ccbe98f65406c663e2af7b3ce9ef87b13a36dce9
6
+ metadata.gz: '088c7fb244c8d9c9c7e662d3ffecae8cad259aa2e8f6d561345881b9947d2c4ac68f0e2c640c215f7de8891428f0645ddc21f30d34dbc64c24caa2ffb834a398'
7
+ data.tar.gz: 6f3fdef4ca68476b73de78d12d62719ecb0594a83de287c5894e285f5af1af36cec5507f65800e80ebe3bedde82ab3ec769709ec7dd62be8b0606081dd343e25
data/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.4.0] - 2026-04-25
9
+
10
+ ### Performance
11
+
12
+ - Restored lookup performance with a generic bounded cache of frozen Ruby strings reused across decoded keys and scalar values.
13
+ - Removed hardcoded interned string tables in favor of the generic string cache.
14
+ - Simplified decoding so lookups and iteration use the same `maxminddb` decode path again.
15
+ - Reduced repeated cache-root lookup overhead with a thread-local `OnceCell` for the Ruby-owned string cache roots.
16
+ - Borrowed decoded map keys directly during deserialization to avoid `Cow` overhead in the hot decode path.
17
+ - Upgraded `maxminddb` crate to 0.28.0, which includes several performance
18
+ improvements.
19
+
8
20
  ## [0.3.0] - 2026-02-22
9
21
 
10
22
  ### Changed
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxmind-db-rust
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Gregory Oschwald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-22 00:00:00.000000000 Z
11
+ date: 2026-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest