Skip to content

gensym/offheap-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example source code and notes for my talk on using data in off-heap data with idomatic Clojure.

Source code notes

The code includes examples and benchmarks of loading Divvy bikeshare ride data (https://www.divvybikes.com/data)

The slides are at presentation/index.html

Prerequisites

This set of examples demonstrates working with large collections of data in memory. As configured in project.clj, it expects to use 8gb of heap space. If you do not have 8gb of physical memory available on your computer, you will want to modify the project.clj. Note that performance of the examples and benchmarks will be affected.

To get started

This repo includes the raw Divvy ride data as distributed by Divvy. It works with the data in 2 formats: the raw data (parsed into Clojure maps), and a seriealized binary format (loaded directly into memory). This repo does not include the serialized data. To generate it, run:

lein make-record-cache

To run the benchmarks

lein with-profile benchmark run

To run the tests

lein test

References

License

Copyright © 2016 David Altenburg

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Examples and notes for using off-heap data in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published