Travels with my Aunt or adventures in Sorting, Searching and Storing Java Objects

By Steve Poole

Elevator Pitch

Do you use sort? Do you use collections? do you create your own?

How do you get the best out of the JVM in handling data? Can you use Java Streams?, make use of extra hardware? & what are the best algorithms around ? This session will teach you about sorting, storing and searching with Java

Description

Do you use sort? Do you use the provided Java collections framework or do you create your own? How do you get the best out of the Java VM when sorting or searching data? How do you use Java streams, make use of extra hardware and are there more modern algorithms around you’re missing out on? All these questions and more may be answered in this talk. With demos, examples, code and small prizes this session will give you practical advice for choosing, using, and optimising Java techniques for searching, sorting and storing data.

No maths required.