↧
Use case: FIX message processing. Part 1: Writing a simple FIX parser
by Mikhail Vorontsov In this article we will see a “real life” example: we will describe how to parse a tag-based FIX message, how to improve original parsing code. The second part of this article will...
View ArticleJSR 310 – Java 8 Date/Time library performance (as well as Joda Time 2.3 and...
by Mikhail Vorontsov Introduction This is the third date/time article in this blog. I advice you to look at the other two as well: java.util.Date, java.util.Calendar and java.text.SimpleDateFormat and...
View Article