InfoQ Homepage Presentations Functional Vectors, Maps, and Sets in Julia
Functional Vectors, Maps, and Sets in Julia
Summary
Zach Allaun shows how to build a functional and persistent vector, hash map, and set on top of the same data structure, and how to optimize the code for performance.
Bio
Zach Allaun dropped out of college and into Hacker School, where he works as a facilitator hacking on whatever he fancies. Lately that's been Julia, though in the past it's been Clojure or Python.
About the conference
Strange Loop is a multi-disciplinary conference that aims to bring together the developers and thinkers building tomorrow's technology in fields such as emerging languages, alternative databases, concurrency, distributed systems, mobile development, and the web.
Community comments
Persistent Vectors
by T S /
Persistent Vectors
by T S /
Your message is awaiting moderation. Thank you for participating in the discussion.
This data structure is very similar to how virtual addresses are mapped to physical addresses in virtual memory subsystems in CPUs (page directories etc.).