Libbbf: Bound Book Format, A high-performance container for comics and manga
1–10 of 66 posts
Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#2Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#3Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#4Certainly there's a complexity argument to be made, because you don't actually need compression just to hold a bundle of files. But these days zip just works.
The perf measurement charts also make no sense. What exactly are they measuring?
Edit:
This reddit post seems to go into more depth on performance: old.reddit.com/r/selfhosted/comments/1qi64pr/comment/o0pqaeo/
Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#5Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#6I didn't even realize random access is not possible, presumably because readers just support it by linear scanning or putting everything in memory at once, and comic size is peanuts compared to modern memory size.
I suppose this becomes more useful if you have multiple issues/volumes in a single archive.
Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#7The feature matrix says cbz/zip doesn't have random page access, but it definitely does. Zip also supports appending more files without too much overhead. Certainly there's a complexity argument to be made, because you don't actually need compression just to hold a bundle of files. But these days zip just works. The perf measurement charts also make no sense. What exactly are they measuring? Edit: This reddit post se…
And what's the point of aligning the files to be "DirectStorage-ready" if they're going to be JPEGs, a format that, as far as I know, DirectStorage doesn't understand?
And the author says it's a problem that "Metadata isn't native to CBZ, you have to use a ComicInfo.xml file.", but... that's not a problem at all?
The whole thing makes no sense.
Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#8At a glance this looks like an obviously nicer format that a zip of jpegs, but I struggle to think of a time I thought "wow CBZ is a problem here". I didn't even realize random access is not possible, presumably because readers just support it by linear scanning or putting everything in memory at once, and comic size is peanuts compared to modern memory size. I suppose this becomes more useful if you have multiple is…
Re: Libbbf: Bound Book Format, A high-performance container for comics and manga
#9I assume the comparison table is supposed to have something other than footnotes (e.g. check-marks or X's)? That's not showing for me on Firefox
Do the emojis not show for you?