Resource observability case study: jemalloc in Android builds

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    As a demonstration, I want to measure something that caught my attention months ago—an interesting topic brought up by Jason Pearson: the use of jemalloc as a native memory allocator for Android builds. The initial claim is that this usage brings a reduction in memory usage by optimizing how memory is allocated and deallocated. jemalloc is designed to minimize memory fragmentation and improve performance, particularly in multithreaded applications, making it ideal for resource-intensive builds.

  • SaaSHub

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

    SaaSHub logo
  • nowinandroid

    A fully functional Android app built entirely with Kotlin and Jetpack Compose

    The experiment was executed with 100 iterations(fresh agent without cache) for each variant, using the nowinandroid project and focusing on the assembleRelease task. By comparing the results, we aimed to assess the effectiveness of jemalloc in reducing memory usage and improving build performance in a CI environment.

  • jemallocExperiment

    Experiment execution

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

  • Gradle 8.11: Faster Configuration Cache and Improved Configuration Time

    4 projects | dev.to | 16 Nov 2024
  • Day 30. Old code

    3 projects | dev.to | 9 Oct 2024
  • Telltale: Automating Experimentation in Gradle Builds

    8 projects | dev.to | 28 Sep 2024
  • On building a digital assistant for the rest of us (part 1)

    2 projects | dev.to | 5 Sep 2024
  • Effective Map Composables: Draggable Markers

    1 project | dev.to | 22 Aug 2024