Explore >> Select a destination


You are here

jameshfisher.com
| | ariadne.space
9.1 parsecs away

Travel
| | A frequent complaint expressed on a certain website about Alpine is related to the deficiencies regarding the musl DNS resolver when querying large zones. In response, it is usually mentioned that applications which are expecting reliable DNS lookups should be using a dedicated DNS library for this task, not the getaddrinfo or gethostbyname APIs, but this is usually rebuffed by comments saying that these APIs are fine to use because they are allegedly reliable on GNU/Linux.
| | brendangregg.com
17.3 parsecs away

Travel
| | TensorFlow Library Performance
| | flokli.de
10.1 parsecs away

Travel
| | Providing NSS modules in a standard, ABI-neutral way without the caching issues of glibc-nscd
| | bytecodealliance.org
80.3 parsecs away

Travel
| Multi-value is a proposed extension to core WebAssembly that enables functions to return many values, among other things. It is also a pre-requisite for Wasm interface types.