Skip to main content

Search

Items tagged with: fossmendations


# is a lightweight libc.

musl is a lightweight and standards compliant # standard library implementation. musl uses Linux calls very closely, making it faster than more general standard libraries as better kernel-specific optimizations are made. musl is highly compatible with standards as well as with glibc, allowing for it to serve as a drop in replacement in many cases.

Website 🔗️: https://musl.libc.org/
apt 📦️: musl musl-dev#free # # # #


#pstack is a self-contained stack trace printer.

pstack prints stack traces from running processes or core files. pstack uses an internal DWARF parser to get debugging information. pstack by default just attempts to display the symbols of each traced function, but if debugging info is provided the arguments to the functions can be displayed as well. pstack has special support for #Python traces.

Website 🔗️: https://github.com/peadar/pstack

#free #opensource #foss #fossmendations