Skip to content

Automatically exported from code.google.com/p/embedded-java

Notifications You must be signed in to change notification settings

M0les/embedded-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Embedded Java This project aims to collect a useful toolkit of Java classes intended for embedded use.

General characteristics of this code are:

  • Avoidance of producing garbage wherever possible (Statically allocate or pool/reuse instances that would normally be "throw-away")
  • Implementation of the simplest and most general case of a particular class, without too many "bells and whistles".

(Automatically exported from code.google.com/p/embedded-java)

About

Automatically exported from code.google.com/p/embedded-java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages