netwake VS mimalloc

Compare netwake vs mimalloc and see what are their differences.

netwake

Simple Wake-on-LAN utility for Windows – all the way up from 3.11, plus a CLI (by sjmulder)

mimalloc

mimalloc is a compact general purpose allocator with excellent performance. (by microsoft)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
netwake mimalloc
3 35
53 9,499
- 1.1%
0.0 9.1
over 2 years ago 6 days ago
C C
BSD 2-clause "Simplified" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

netwake

Posts with mentions or reviews of netwake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-11.
  • Windows 95 went the extra mile to ensure compatibility of SimCity, other games
    3 projects | /r/programming | 11 Oct 2022
    I wrote one to try. It also uses runtime feature detection to enable modern stuff like theming and high-DPI on Windows version that support it.
  • The Windows Malloc() Implementation Is a Trash Fire
    2 projects | news.ycombinator.com | 2 Jul 2022
    > Ideally you'd like to build for all targets, including older systems, from a single, modern environment (this is trivial in Windows)

    https://github.com/sjmulder/netwake does what you're talking about, but it does a lot of gymnastics to make it work, and it also needs to use MinGW rather than MSVC.

  • Windows 11: a survey of text boxes
    2 projects | news.ycombinator.com | 3 Sep 2021
    > if you wrote a Windows Desktop app in the last 30 years, the only way it would still be supported today ... is if it was based directly on the old Win32 API

    I thought the same and did just that to see if it holds true: https://github.com/sjmulder/netwake

    By default you get Windows 95 styling and Windows 3 fonts. You have to opt into 'visual styles' (introduced in XP) with a declaration in the app manifest and have to manually query and use the system font. DPI awareness is also opt in and puts all the work (sizing/positioning, scaling/reloading fonts) on you. But when you do that, it does look fine on Windows 10.

    Not so much on Windows 11. Some of the widgets have been updated to mimic the new style but when you put it together it looks messy and old fashioned (e.g. fonts + you don't get the new context menus).

    I'm curious to learn how one would create a 'proper' Windows app without having to reimplement the system's widget styling.

mimalloc

Posts with mentions or reviews of mimalloc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-14.

What are some alternatives?

When comparing netwake and mimalloc you can also consider the following projects:

jemalloc

rpmalloc - Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C

snmalloc - Message passing based allocator

tbb - oneAPI Threading Building Blocks (oneTBB) [Moved to: https://github.com/oneapi-src/oneTBB]

rust - Empowering everyone to build reliable and efficient software.

Hoard - The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

hardened_malloc - Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.

factorio-docker - Factorio headless server in a Docker container

gperftools - Main gperftools repository

jemallocator - Rust allocator using jemalloc as a backend

rust-scudo

Mesh - A memory allocator that automatically reduces the memory footprint of C/C++ applications.