Skip to content

issues Search Results · repo:zkat/cacache-rs language:Rust

Filter by

43 results
 (54 ms)

43 results

inzkat/cacache-rs (press backspace or delete to remove)

async-std has been deprecated in favor of smol, as suggested in the readme. I will link two PRs to this issue that approach this in different ways. One adds a new feature similar to how tokio was added, ...
  • 06chaynes
  • Opened 
    8 days ago
  • #90

Hi I noticed the crate says it is lockless but, I see a Mutex being used for polling. This would be against the lockless design entirely. We might want to update the crate technicals for this.
  • j-mendez
  • 2
  • Opened 
    on Jun 25, 2024
  • #86

Hi Thank you for the crate, I received the following error in production. It looks like theres cases in this lib that unwrap is being used dangerously and making it not suitable for high performance concurrency. ...
  • j-mendez
  • Opened 
    on Jun 25, 2024
  • #84

A significant number of users are reporting file corruption on Windows. It s a write heavy workload, and investigation reveals that the content file is filled with NUL s and the index file s last line ...
bug
  • bryanlarsen
  • 8
  • Opened 
    on Jun 18, 2024
  • #83

In src/content/read.rs, there are two different size of buf, 1024 or 1024*8. And it looks kind of random to pick the value, neither by async/sync or hard-link/reflink/copy. So, maybe some value is just ...
  • ShuiRuTian
  • Opened 
    on Jun 13, 2024
  • #81

For copy/reflink/hard-link, there should be - xx - xx_unchecked - xx_hash - xx_hash_unchecked And their sync variant version. So there shuold be 8 methods for each category. However, some methods ...
  • ShuiRuTian
  • Opened 
    on Jun 13, 2024
  • #80

If we try to remove an index entry or content entry when it s already deleted, cacache throw an io::ErrorKind::NotFound. This is fine, but when using RemoveOpts and remove_fully, a missing content file ...
  • RustyNova016
  • Opened 
    on Jun 10, 2024
  • #79

I m investigating allowing content to be streamed out of a CAS store, while it s still being ingested. The rough idea I have is to be able to get a Reader for an open Writer, which reads from the tmpfile, ...
  • cablehead
  • 3
  • Opened 
    on May 31, 2024
  • #77

One thing missing from the readme is whether cacache checks for hash collisions, since hashes seems to be the way the contents is indexed internally. While they are rare, that s definitely something to ...
question
  • RustyNova016
  • 1
  • Opened 
    on May 13, 2024
  • #76

Hi, we are using the crate through reqwest-cache. The crate seems to perform the standard read operation found here. I have an example of the cache reading here that works in the manner the code is written ...
  • j-mendez
  • 2
  • Opened 
    on May 8, 2024
  • #73
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub