You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more details on the design and usage of SBE can be found on the [Wiki](https://github.com/real-logic/simple-binary-encoding/wiki).
17
16
18
17
An XSD for SBE specs can be found
19
18
[here](https://github.com/real-logic/simple-binary-encoding/blob/master/sbe-tool/src/main/resources/fpl/sbe.xsd). Please address questions about the specification to the [SBE FIX community](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding).
20
19
21
20
For the latest version information and changes see the [Change Log](https://github.com/real-logic/simple-binary-encoding/wiki/Change-Log) with **downloads** at [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Csbe).
22
21
23
-
The Java and C++ SBE implementations are designed with work very efficiently with the
24
-
[Aeron](https://github.com/real-logic/aeron) messaging system for low-latency and
25
-
high-throughput communications. The Java SBE implementation has a dependency on
22
+
The Java and C++ SBE implementations work very efficiently with the [Aeron](https://github.com/real-logic/aeron)
23
+
messaging system for low-latency and high-throughput communications. The Java SBE implementation has a dependency on
26
24
[Agrona](https://github.com/real-logic/agrona) for its buffer implementations.
0 commit comments