Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
The Property Set Library (PSL) is a template-based C++ container library providing value observation, event calling, garbage collection, serialization, object persistence, reflection, thread-safety and other accompanying features.
GC Analysis for IBM WebSphere JVM on iSeries. This tool helps analyze verbose garbage collection logs produced by WebSphere JVM on the AS/400 iSeries environment. Note: verbosegc option can be enabled by including the -verbosegc parameter.
A C++ utility library featuring a javascript interpreter, regular expressions, automatic arrays, garbage collection, matrix handling, planar geometry (regions etc) and other useful features. Blends well with STL code.
This project is a garbage collector for C language using mark and sweep gc algorithm. Main aim of the project is being lightweight and fast. Current version supports only 32Bit Windows environment. This project is currently under development.
JAVA/XML multithreaded configuration framework. Can obtain config from any InputStream capable source. It handles runtime changes, config caching and garbage collection, hierarchies, inheritance, validation, expression handlers to include complex pars.
Portable PRECISE tracing collector for C++ (as oposed to popular Hans Boehm CONSERVATIVE collector). It should not mess other data with collected pointers ! And thats a feat! Smieciuch defines smart pointer classes which behave like normal C/C++ pointers
STLib is C++ library providing some basic classes to simplify programmers life. It includes collections, streams and more. The library uses Boehms garbage collector so every object even of newly founded class is garbagable.
Garbage collection for C++. Small portable library that can even be multithreaded (with some restrictions). It uses the mark & sweep algorithm. No dependencies. Provides garbage-collected array class; provides wrapper class for external classes.
This profiler (JRE 1.5.0 only) uses JVMTI and native bytecode instrumentation for the analysis of the heap, reachable objects, execution time, garbage collection efficiency, code coverage and thread contention. No preparation steps required in build.
Legaya is a MicrosoftŽ DirectXŽ 9 compatible GUI framework for games and/or media applications. It contains a small garbage collector for unused controls and is highly flexible in event management.
RefLisp is a small Lisp interpreter written in C++. It has:
an built-in web server, Wiki, LISP server pages, SQL Databases, XML parser, MD5 hashing, regular expressions, reference counting and mark-sweep garbage collection, GPL.
"More for C++" is a class library that provides some features usually not common for C++, including a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes.
This project is the reference/bootstrap compiler for the Aglaia programming language. The language is object oriented and supports garbage collection, contracts, etc. Care is taken to ensure consistent and clean syntax, and to reduce programmer errors,
Jakelib2 is a crossplatform C++ class library with a Java-like API.
An automatic garbage collector is used to take care of unused objects. External libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to u
Hush is a full object-oriented programming language, based loosely
on Smalltalk. It includes typeless data, dynamic method binding,
exception handling, closures, mixins, multiple threads,
garbage collection and X11 graphics bindings.
Gene's Intrepid Garbage Gathering Library Engine for C++. Uses smart pointers. Allows for run-time selection of garbage collection strategies. Comes with several garbage collectors, & you can write your own.
Jaune is a compiler and set of libraries that can be used to write
programs in the Java language for small devices. Includes a basic
set of class libraries, garbage collector, and set of
examples that can be run on the Nintendo GameBoy
A version of the SmallEiffel compiler (smalleiffel.loria.fr) with extra features, such as multiple threads, mysql database library, curses library, BeOS API library and built in option for boehm garbage collector.
EGC is a garbage collector designed for embedded systems. It is fully concurrent and can bound its runtime. It runs in fixed memory spaces. It works with GCJ and with C/C++ programs.
JUiC++ is a library for developing programs that perform object reference
counting and garbage collection in a fashion that is similar to Java. In
addition, JUiC++ defines, in C++, some of Java's more common utility
packages.
A Garbage Collector implementing an 'Oldest First' algorithm, written in C++ to be integrated with a managed environment(java/CLI). The first current target of the GC is the Apache Harmony JVM.
SoGui est un toolkit graphique C++ multiplate-forme (Windows/X11). SoGui permet donc de créer des interfaces GUI de façon portable sur Windows, GNU/Linux, *BSD, etc. SoGui est aussi utilisable en C et en Python.