We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c749018 commit 40ca4c2Copy full SHA for 40ca4c2
1 file changed
cran-comments.md
@@ -1,6 +1,6 @@
1
## R CMD check results
2
3
-Duration: 1m 8.1s
+Duration: 1m 52.9s
4
5
❯ checking for future file timestamps ... NOTE
6
unable to verify current time
@@ -11,4 +11,9 @@ Duration: 1m 8.1s
11
12
0 errors ✔ | 0 warnings ✔ | 2 notes ✖
13
14
-* This is a new release.
+* This is a follow-up to the initial CRAN release (0.2.0). The main change
15
+ is a new internal representation for `a5_cell` that stores cell IDs as
16
+ eight raw-byte fields instead of hex strings, reducing memory by ~10x and
17
+ eliminating hex parsing overhead at the R/Rust boundary. This redesign
18
+ was developed in collaboration with Felix Palmer, maintainer of the
19
+ upstream A5 Rust crate.
0 commit comments