tech.lgbt is one of the many independent Mastodon servers you can use to participate in the fediverse.
We welcome all marginalized identities. This Mastodon instance is generally for folks who are LGBTQIA+ and Allies with an interest in tech work, academics, or technology in general.

Server stats:

2.9K
active users

Public

tar fiiinally arrived at the file. now it needs to extract it :neofox_baa:

@puniko
Doing O(log(n)) tasks in O(n).
Maybe tar should be rewritten in !C

Public

@wakame@tech.lgbt :neofox_baa: you can't make tape like archive faster than tape like archives

Public

@puniko
It has always been that way :blobcatgiggle:

Public

@wakame @puniko what language would be more appropriate than C

Public

@kirby @puniko
After a cursory look at the source, I would have argued for not linearly searching the list of files.
And also maybe not storing the files as a linked list.

And yes, that could also be done in C. At least, I didn't find my pet peeve strlen in the source yet.