Skip to content

Instantly share code, notes, and snippets.

@lynaghk
Created May 12, 2014 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lynaghk/a1f0416ed218848f7f16 to your computer and use it in GitHub Desktop.
Save lynaghk/a1f0416ed218848f7f16 to your computer and use it in GitHub Desktop.
;;with adv. optimizations on my macbook air
(ns foo
(:require [datascript :as d]))
(d/q '[:find (sum ?x)
:with ?idx
:in [[?idx ?x]]]
(map-indexed vector (range 10000)))
;;takes about 800 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment