Fork me on GitHub
#clojure-dev
<
2016-10-13
>
cfleming00:10:21

@ghadi Nice. Any ballpark figures of startup time improvement?

ghadi04:10:20

@cfleming Nope - 0 at this point. I'm shooting for what has been described on the "lazyvars" patch

mpenet12:10:54

just wondering, would we get support for transient ops on records sometime?

mpenet12:10:34

I guess right now just building a transient map and passing it to map->foo would do, but this could be improved

Alex Miller (Clojure team)13:10:17

I'd say transient records are unlikely

Alex Miller (Clojure team)13:10:52

Just because I think maintaining all the perf expectations would be challenging

mpenet13:10:19

what would you say is the most efficient way to build a record incrementally right now?

mpenet13:10:19

well I think the map solution is ok for cases where I have no control over ordering/number of keys

Alex Miller (Clojure team)17:10:34

Map, then map-> constructor