awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bullno1 avatar

bullno1/ugc

0
View on GitHub↗
304 stars·15 forks·C·BSD-2-Clause·8 views

Ugc

A single-header incremental garbage collector library

Features

  • Memory Management - Incremental garbage collection library.

Star history

Star history chart for bullno1/ugcStar history chart for bullno1/ugc

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Ugc

These projects share indexed features with Ugc. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • d-mozulyov/brainmmd-mozulyov avatar

    d-mozulyov/BrainMM

    99View on GitHub↗

    Several years ago, I started studying garbage collection algorithms and memory management principles in such systems. Rare defragmentation and fast memory allocation at the end of the pool are considered to be performed by the memory manager with a more effective principle of garbage collection…

    Pascal
    View on GitHub↗99
  • facebook/fbmemoryprofilerfacebook avatar

    facebook/FBMemoryProfiler

    3,385View on GitHub↗

    An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and FBRetainCycleDetector.

    Objective-C
    View on GitHub↗3,385
  • maximmasiutin/fastmm4-avxmaximmasiutin avatar

    maximmasiutin/FastMM4-AVX

    153View on GitHub↗

    FastMM4-AVX (efficient synchronization and AVX1/AVX2/AVX512/ERMS/FSRM support for FastMM4) - Copyright (C) 2017-2020 Ritlabs, SRL. All rights reserved. - Copyright (C) 2020-2026 Maxim Masiutin. All rights reserved.

    Pascal
    View on GitHub↗153
  • andremussche/scalemmandremussche avatar

    andremussche/scalemm

    104View on GitHub↗

    ScaleMM is faster and scales a lot better than FastMM in multithreaded scenarios.

    Pascal
    View on GitHub↗104
Compare all 10 related projects→

Frequently asked questions

What does bullno1/ugc do?

A single-header incremental garbage collector library

What are the main features of bullno1/ugc?

The main features of bullno1/ugc are: Memory Management.

Which projects share features with bullno1/ugc?

Projects with overlapping indexed features include: andremussche/scalemm — ScaleMM is faster and scales a lot better than FastMM in multithreaded scenarios. d-mozulyov/brainmm — Several years ago, I started studying garbage collection algorithms and memory management principles in such systems.… facebook/fbmemoryprofiler — An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and… maximmasiutin/fastmm4-avx — FastMM4-AVX (efficient synchronization and AVX1/AVX2/AVX512/ERMS/FSRM support for FastMM4) - Copyright (C) 2017-2020… nothings/stb — This project is a collection of portable, header-only C functions designed for integration into software projects… pleriche/fastmm4 — Fast Memory Manager.