new FAST implementation in Java 6

Imported from previous forum

Still needs a lot of work but its a promising start.

Can run in interpreted mode from the template and it runs fastest when it compiles into specific decode/encode classes. This garbage free implementation is targeting 1 gbs throughput for compressed feeds on i7 hardware. Assuming a conservative 60% compression this would allow for well over 2 gbs over a 1 gbs connection.

I am also avoiding the Unsafe calls so this can be ported to android.

Is there any interest in this? What would you use it for?
If you stop by please star the project so I can gauge the general interest in this open source project.