Luís Ferreira

Results 182 comments of Luís Ferreira

> Probably a ticket for openzim/mwoffliner Moved https://github.com/openzim/mwoffliner/issues/1586

Reopened according to https://github.com/openzim/mwoffliner/issues/1586#issuecomment-1024349632 . Feel free to close it, but desires a rationale attached.

> > This patch is motivated by the need to have a much faster alternative to the slow MD5 or SHAx cryptographic digests. XXHash by itself is no cryptographic hash,...

> That should be fine, and we've done this before. The hash as well as ordering of objects in an AA is implementation defined. The hash/order is already different on...

> A further reason _not_ to include another C lib in Phobos is that distro package maintainers don't like that duplication; they have their own zlib and libxxhash packages. E.g.,...

I think we should first make all the interfaces `private` and only export the `digest` public API and make it public when needed? Also, I've seen a lot of `@trusted`...

Ahhhhhgg, we are having the same problem as the TLS alignment on druntime.

Ping @dukc , what is the status of this?

> > We need this if we want to go forward with compiling and running the test suite with sanitization and heuristic-based fuzzing. > > More details please, and why...

> > Can you clarify what to improve here? > > In case I misunderstood - the ugliness comes from defining extra helper `version`s requiring knowledge about the `real` formats...