Adding 16 KB Page Size to Android

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • jemalloc

    Certain build processes determine the page size at compile time and assume it's the same at run time, and fail if it is not: https://github.com/jemalloc/jemalloc/issues/467

    Some memory-mapped files formats have assumptions about page granularity: https://bugzilla.redhat.com/show_bug.cgi?id=1979804

    The file format issue applies to ELF as well. Some people patch their toolchains (or use suitable linker options) to produce slightly smaller binaries that can only be loaded if the page size is 4K, even though the ABI is pretty clear in that you should link for compatibility with up to 64K pages.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • lighthouse

    Ethereum consensus client in Rust (by sigp)

    Assumptions in the software.

    Jemalloc is infamous for this: https://github.com/sigp/lighthouse/issues/5244

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Daily General Discussion - July 5, 2023

    1 project | /r/ethfinance | 5 Jul 2023
  • Lighthouse Release v4.3.0

    1 project | /r/ethstaker | 4 Jul 2023
  • Help needed to navigate in lodestar code

    1 project | /r/ethdev | 17 Jun 2023
  • Lighthouse Release v4.2.0 (Fast Aging Alien)

    1 project | /r/ethstaker | 22 May 2023
  • Did I really waited 259 days and missed a 2,29 ethereum block proposal?

    1 project | /r/ethstaker | 22 May 2023

Did you konow that C is
the 7th most popular programming language
based on number of metions?