rgaudin

Results 845 comments of rgaudin

> generating a 1TB+ zim file as a show-of-force might have some value manioc.org ZIM already serves this purpose > we probably don't want to serve multilingual content at all...

@mgautierfr, I tested the `thread_exception` branch on libzim but I see no difference in how an exception in a ContentProvider is handled" ```py def test_creator_exception_item(fpath): class AContentProvider: def get_size(self): return...

Awaiting this to remove `Archive.get_entry_by_id()`, `Entry.index` and `Item.index` as it's the only way to loop over the zim content at the moment and we use it in tests.

absolutely 👍

It is of interest to us. We're using the workaround. I can't do it on my own in a reasonable time but I think it would be easy for @mgautierfr

Increase the number of workers for libzim itself (defaults to `4`) if you think that's the bottleneck but you'll most likely hit your disk i/o limits first

@IMayBeABitShy any feedback on your experiments? Is https://github.com/openzim/python-libzim?tab=readme-ov-file#thread-safety enough? Please reopen if you think it's not.

Thanks for this useful feedback!

converted to draft to prevent accidental merge

Thank you @benoit74 ; that's right and I forgot @aryanA101a to mention that you should not force-push after having asked for a review ; it makes (and made in that...