M0les / embedded-java

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%