HN user

minborg

38 karma
Posts29
Comments5
View on HN
minborgsjavapot.blogspot.com 7y ago

Java Code Challenge: Shortest Code and Lowest Latency

minborg
46pts13
minborgsjavapot.blogspot.com 7y ago

Blow Up Your JUnit5 Tests with Permutations

minborg
1pts0
minborgsjavapot.blogspot.com 7y ago

Run Java Streams much faster under GraalVM

minborg
1pts0
minborgsjavapot.blogspot.com 8y ago

Infinite Sets in Java 9

minborg
2pts0
minborgsjavapot.blogspot.com 9y ago

Parallel Database Streams in Custom Java 8 Thread Pools

minborg
1pts0
javadeau.lawesson.se 9y ago

Java 8: Streams in Hibernate and Beyond

minborg
3pts0
javadeau.lawesson.se 9y ago

Learn how to remove things in O(1) time with Java 8

minborg
2pts0
minborgsjavapot.blogspot.com 9y ago

A new Major version of Speedment Stream ORM for Java 8 is released

minborg
2pts0
minborgsjavapot.blogspot.com 10y ago

Type-safe Java 8 streams from databases in minutes

minborg
1pts0
minborgsjavapot.blogspot.com 10y ago

Put Your Java 8 Method References to Work

minborg
1pts0
minborgsjavapot.blogspot.com 10y ago

Java will get Local Type Inference finally

minborg
3pts0
minborgsjavapot.blogspot.com 10y ago

Java 8: A Type Safe Map Builder Using Alternating Interface Exposure

minborg
1pts0
minborgsjavapot.blogspot.com 10y ago

Plug in Your Own Components with Java 8

minborg
2pts0
minborgsjavapot.blogspot.com 10y ago

Minborg's Java Pot: Be Lazy with Java 8

minborg
1pts0
minborgsjavapot.blogspot.com 10y ago

Minborg's Java Pot: Easily Create Database Content with Java 8

minborg
2pts0
minborgsjavapot.blogspot.com 10y ago

Java 8, Query Databases Using Streams (Minborg's Java Pot)

minborg
5pts1
minborgsjavapot.blogspot.com 11y ago

Minborg's JavaPot: An O(1) N-factorial Support Class for Java 8

minborg
2pts0
minborgsjavapot.blogspot.com 11y ago

Minborg's Java Pot: Java 8, Master Permutations

minborg
1pts0
minborgsjavapot.blogspot.com 11y ago

Java 8's Functional View on POJOs (Plain Ordinary Java Object)

minborg
3pts1
minborgsjavapot.blogspot.com 11y ago

Return Constructed Values in Java 8

minborg
2pts0
minborgsjavapot.blogspot.com 11y ago

Enforcing Java Singletons is Very Hard, Learn how to hack them all

minborg
1pts0
minborgsjavapot.blogspot.com 11y ago

Java 8, BYO Super Efficient Maps Quadruple Your Map Performance

minborg
2pts0
minborgsjavapot.blogspot.com 11y ago

Java 8, Initializing Maps in the Smartest Way

minborg
1pts1
minborgsjavapot.blogspot.com 11y ago

Java 8, Implementing a ConcurrentHashSet

minborg
3pts0
minborgsjavapot.blogspot.com 11y ago

Minborg's Java Pot: Compute factorials using Java 8 streams

minborg
1pts0
minborgsjavapot.blogspot.com 11y ago

Protect Your Immutable Object Invariants in More Complex Java Objects

minborg
2pts0
minborgsjavapot.blogspot.com 11y ago

New Java 8 “Object Support Mixin Pattern” for Auto Equals(), HashCode()

minborg
2pts0
minborgsjavapot.blogspot.com 11y ago

New Java “Interface Builder Pattern”, an Improved Builder Pattern

minborg
6pts0
minborgsjavapot.blogspot.com 11y ago

Creating Java objects using the Builder Pattern, with extended pattern

minborg
2pts0

It reads from memory, not the database. It is true that querying a database vs. using in-JVM-memory snapshots are not the same. They both have different properties. The case at hand was to analyze immutable data where working with snapshots makes sense. If, on the other hand, the case was to work with data in a highly transactional application, then snapshots make little or no sense.

Hi all! Nice to see your engagement. I understand your concern about self-promotion but the contest was open and contestants were free to choose any tool, not just Speedment.

I have contributed to open-source speedment stream ORM for many years and have now added in-JVM-memory acceleration. I am still curious to see if your guys can come up with something better.

Give it a real shoot using whatever you can think of. If you can beat it, I promise to write another article about it. Sounds fair?

NB: Setup code adds about 5 extra lines, similar to other tools.