Skip to content
/ jFAST Public
forked from nathantippy/jFAST

FIX Adapted for STreaming optimized for the JVM

License

Notifications You must be signed in to change notification settings

kuangtu/jFAST

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

jFAST

FIX Adapted for STreaming optimized for the JVM

This project is under active development. Please consider getting involved and sponsoring the completion of jFAST

Design Goals

  • Fastest FAST protocol implementation for the Java platform.
  • Garbage free implementation.
  • Branch minimization for consistent (deterministic) performance.
  • Restricted to Java 6/7 for Android compatibility

Run Demo

mvn install

cd target

java -jar jFAST.jar

Add to Maven project

todo

<repository>
  <releases>
    <enabled>false</enabled>
  </releases>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
  <id>repository-pronghorn.forge.cloudbees.com</id>
  <name>Active Repo for PronghornPipes</name>
  <url>http://repository-pronghorn.forge.cloudbees.com/snapshot/</url>
  <layout>default</layout>
</repository>

Code example

todo

About

FIX Adapted for STreaming optimized for the JVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%