RSS 3 projects tagged "portable"

Download Website Updated 18 Jul 2012 nedmalloc

Screenshot
Pop 127.28
Vit 10.23

nedmalloc is an extremely fast portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. It is optimized for x86 and x64, compatible with C++, and can patch itself into existing binaries on Windows.

Download Website Updated 26 Jun 2009 ooc

Screenshot
Pop 70.10
Vit 1.43

ooc is an object-oriented programming language which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.

No download No website Updated 12 Oct 2012 METAXPON

Screenshot
Pop 33.44
Vit 18.29

METAXPON ("Metachron" in Greek letters) is a small and fast audio DSP library for time-scale manipulation of 16-bit integer or 32-bit floating point stereo audio data streams. It employs a rigid phase-locked vocoder with dedicated transient detection and processing, and can work in real-time or non-real-time. Four editions are included - a portable edition and three x86 editions. The portable edition can be built with any ANSI C compiler and is OS- and architecture-independent. The three x86 editions are written in assembly using the FPU, 3DNow!, and SSE instruction sets, respectively, with automatic selection between them depending on the CPU capabilities. They can be compiled with MASM, JWASM, or NASM, producing libraries of object files in 8 formats.

Screenshot

Project Spotlight

Java Algebra System

An object-oriented, type safe, multi-threaded approach to computer algebra.

Screenshot

Project Spotlight

Snippetory

A general Java template engine based on passive templates.