Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

C5

Compare

  Analyzed 1 day ago

C5 is a generic collection library whose functionality, efficiency, and quality meets or exceeds what is available for similar contemporary programming platforms. Influenced by the collection libraries for Java and Smalltalk and their published critiques, C5 contains functionality and a regularity ... [More] of design that considerably exceeds that of the standard libraries for existing platforms. C5 is designed in keeping to a policy of designing toward interface rather than implementation. C5 works with Microsoft .NET 2.0 and later and Mono 1.2 and later. [Less]

132K lines of code

0 current contributors

almost 13 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Generic Memory Manager for C++

Compare

  Analyzed about 2 hours ago

Generic Memory Manager is the fastest generic cross-platform C++ memory management library. It is easy in use and easy extensible. It has clear design and implementation. Memory management algorithm bases on memory chunks mapping technology. Generic Memory Manager uses compile time information ... [More] (memory size, chunk size) and performes all possible computations at compile time to improve performance. [Less]

29.3K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Generic STL

Compare

  Analyzed about 7 hours ago

A generic implementation of STL containers and some STL algorithms. It is absolutly independent from external types it use only types declared in type_traits. So containers can be used with any poiner types which satisfies PointerConcept.

37K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Herschel

Compare

  Analyzed about 21 hours ago

Heather is an general-purpose multiparadigm programming language. It is strongly typed, offering type inference and parametric polymorphism ("generics"). It is consequently object oriented (everything is a object, even functions), while its consequent multiple dispatch approach keeps a strong ... [More] functional touch. The object model is class-oriented, supporting multiple inheritance as well as the separation of types ("protocols", "interfaces") and classes. The grammar is regular, small, and (mostly) context free. In particular it can be parsed without symbol tables, and does not require a special preprocessor since it offers powerful hygienic macros as part of the language and special support for conditional compilation. [Less]

107K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

JUtil

Compare

  Analyzed about 9 hours ago

JUtil is a fully-parameterized (generic) collections library for Java. It was originally part of the FLEX compiler infrastructure.

7.33K lines of code

0 current contributors

about 15 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Java ReflectUtils

Compare

  Analyzed about 1 hour ago

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. Features:These are built to be compatible with Apache Commons BeanUtils and the nesting structure works the same, refer ... [More] to the apache BeanUtils project docs for details. Support for Apache DynaClass / DynaBean is included. Current users of beanutils should be able to drop in these utilities and gain the functionality with minimal code changes. Handles field operations for properties (getters and setters), partial properties (only getter or only setter), and fields. This is configurable to use the fields only, properties only, or the hybrid approach (default). This improves upon the BeanUtils limitation of handlin [Less]

14.5K lines of code

0 current contributors

almost 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

generic-types

Compare

  Analyzed 1 day ago

Generic types for the Java language.

235 lines of code

0 current contributors

about 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

PCollections

Compare

  Analyzed about 20 hours ago

A Persistent Java Collections Library PCollections serves as a persistent and immutable analogue of the Java Collections Framework. This includes efficient, thread-safe, generic, immutable, and persistent stacks, maps, vectors, sets, and bags, compatible with their Java Collections counterparts. ... [More] Persistent and immutable datatypes are increasingly appreciated as a simple, design-friendly, concurrency-friendly, and sometimes more time- and space-efficient alternative to mutable datatypes. [Less]

5.81K lines of code

2 current contributors

11 days since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

Implicit Graph Search Library

Compare

  Analyzed 2 months ago

Java 1.5 generic API for search algorithms on graphs implicitly given by tree node expansion operator and edge transition cost function.

3.89K lines of code

0 current contributors

over 3 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: No declared licenses

Clay Programming Language

Compare

  Analyzed about 4 hours ago

Clay is a programming language designed for generic programming.

45.9K lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses