awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
burner avatar

burner/std.rcstring

0
View on GitHub↗
9 stars·3 forks·D·2 views

Std.rcstring

The module rcstring provides everything necessary to replace D's build-in strings with a reference counted version. It should be as easy as replacing all occurrences of the keyword string with String.

Features

  • General Containers - Reference-counted string implementation.

Star history

Star history chart for burner/std.rcstringStar history chart for burner/std.rcstring

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

Open-source alternatives to Std.rcstring

Similar open-source projects, ranked by how many features they share with Std.rcstring.
  • dlang-community/containersdlang-community avatar

    dlang-community/containers

    112View on GitHub↗

    Containers

    D
    View on GitHub↗112
  • etcimon/memutilsetcimon avatar

    etcimon/memutils

    45View on GitHub↗

    The memutils library provides a set of 4 enhanced allocators tweaked for better performance depending on the scope. A new allocation syntax comes with many benefits, including the easy replacement of allocators.

    D
    View on GitHub↗45
  • gecko0307/dlibgecko0307 avatar

    gecko0307/dlib

    225View on GitHub↗

    Allocators, I/O streams, math, geometry, image and audio processing for D

    D
    View on GitHub↗225
  • inochi2d/nulibInochi2D avatar

    Inochi2D/nulib

    11View on GitHub↗

    NuLib is an alternative standard library for the D Programming Language, this standard library focuses on allowing use of high level D constructs without a garbage collector. Additionally these constructs try but are not guaranteed to work with phobos constructs to some extent.

    D
    View on GitHub↗11
See all 6 alternatives to Std.rcstring→

Frequently asked questions

What does burner/std.rcstring do?

The module rcstring provides everything necessary to replace D's build-in strings with a reference counted version. It should be as easy as replacing all occurrences of the keyword string with String.

What are the main features of burner/std.rcstring?

The main features of burner/std.rcstring are: General Containers.

What are some open-source alternatives to burner/std.rcstring?

Open-source alternatives to burner/std.rcstring include: dlang-community/containers — Containers. etcimon/memutils — The memutils library provides a set of 4 enhanced allocators tweaked for better performance depending on the scope. A… gecko0307/dlib — Allocators, I/O streams, math, geometry, image and audio processing for D. inochi2d/nulib — NuLib is an alternative standard library for the D Programming Language, this standard library focuses on allowing use… inochi2d/numem — Nu:Mem is a package for D which implements various nogc memory managment tools, allowing classes, strings, and more to… kapendev/joka — A nogc utility library for the D programming language. Joka provides data structures and functions that can work…