Giter Site home page Giter Site logo

radfordneal / sggc Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 877 KB

Segmented Generational Garbage Collector. Used in the pqR project, but could be used in other projects too.

License: GNU General Public License v2.0

Shell 1.75% Makefile 4.90% C 93.35%

sggc's Introduction

SEGMENTED GENERATIONAL GARBAGE COLLECTOR

Copyright 2016, 2017, 2018 Radford M. Neal.  Distributed under the GPL
version 2 or later.  See COPYING for licence details.

The SGGC library provides a facility for allocating and automatically
freeing objects, such as is needed in interpreters for languages such
as R.  The interface to this facility is documented in sggc-doc.
Documentation on its design and internals is in sggc-imp.

Some tests of SGGC are in test-sggc1, test-sggc2, etc.  They can be
run with run-tests.

As a higher-level test, also useful for performance assessment, an
interpreter for a toy Lisp-like language is in interp, along with
example programs in this language.  The interpreter can be compiled
with various option settings to test these out, as is done in the
Makefile supplied.

A facility used by SGGC for managing sets of values is documented in
sbset-doc, and tested in test-sbset, also runnable with run-tests.

See VERSIONS for information on current and past stable versions.

The source code repository for this software is at

   https://gitlab.com/radfordneal/sggc

sggc's People

Contributors

radfordneal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.