Skip to content

Commit b835ea7

Browse files
authored
Merge pull request #1631 from EliahKagan/outdated-link-items
doc: Remove a couple obsolete planned items
2 parents 155b5e1 + b1685a0 commit b835ea7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

crate-status.md

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
229229
* [x] decode (zero copy)
230230
* [x] verify checksum
231231
* [x] simple and fast pack traversal
232-
* [ ] [fast pack traversal works with ref-deltas](https://github.com/GitoxideLabs/gitoxide/blob/8f9a55bb31af32b266d7c53426bc925361a627b2/gix-pack/src/cache/delta/from_offsets.rs#L101-L105)
233232
* [x] decode
234233
* [x] full objects
235234
* [x] deltified objects

general-tasks.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## General
22

3+
*Note: Some of these items may be out of date.*
4+
35
### Get rid of unsafe pointer magic [WithSidebands] _(cost: high)_
46

57
What needs to be done is to transform the &mut StreamingPeekableIter into a child future, and when exhausted, it must be transformed back
@@ -12,12 +14,6 @@ That would be quite some work though.
1214

1315
## Potential for improving performance
1416

15-
### gix-odb
16-
17-
* Finding an object in a loose object store [costs an extra disk IO operation][extra-iop] to pacify the borrow checker. This wouldn't be an issue with polonius.
18-
19-
[extra-iop]: https://github.com/GitoxideLabs/gitoxide/blob/2958145a0ae1ef582bbf88352f5567d5c2b5eaf0/gix-odb/src/store/linked/find.rs#L33
20-
2117
### gix-object
2218

2319
* **tree-parsing performance**

0 commit comments

Comments
 (0)