Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 481 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 481 Bytes

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)