Maximilian Knespel

Results 234 comments of Maximilian Knespel

Not much further than in my earlier comment https://github.com/mjansson/rpmalloc/issues/297#issuecomment-1868260642. It seemed to work fine, though. I did try to add `/experimental:c11atomics'` on Windows and it still doesn't build, but this...

Commands to reproduce that folder hierarchy: ```bash mkdir issue-102 cd issue-102 mkdir -p collections/training1 downloads/source{1,2} datastore cd datastore for hash in 2abf99d6 a126a8d0 c2008e0b; do echo "$hash" > data; tar...

I'm not entirely sure when, but the original issue has been fixed and tests has been added in e773e37.

Unfortunately, you exactly pinpointed a todo in this feature: https://github.com/mxmlnkn/ratarmount/blob/ea43572dfbac4770a27ef2169f72ff73ee4a4ae9/ratarmount.py#L1536-L1538 And renaming is exactly one of the operations that is difficult. Other operations like modifying an existing file, could theoretically...

A possible use case for this is mentioned here: https://github.com/pauldmccarthy/indexed_gzip/issues/109 https://github.com/forrestfwilliams/index_safe

No, there isn't any reason per se except that it isn't supported yet and that I never used multi-volume TAR archives. What exactly does the `tar -tvf` command look like?...

Fixed for zip files with 6955054c027968cde9d07e02215cff2d81f45d18 . Still might require a fix for tar archives with only a few files but it is harder to implement. The soft-limit issue is...

I have stumbled upon this format a few times already but never saw it used. Are you using it or are there public datasets distributed in this format? Like many...

Other projects very similar to `tarlz` are [`pixz`](https://github.com/vasi/pixz) and [`t2sz`](https://github.com/martinellimarco/t2sz). They also create indexes and compress the files in the TAR independently and therefore easy to mount. I'll leave this...

@hohav I'm finished with the libarchive backend in #130 , which also supports lzip. If you want to test it out, I'd welcome feedback. That branch can be installed directly...