You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an optimization, instead of returning two-element vector tuples for each [key data] record, use clojure.lang.MapEntry instead. This would probably lead to both memory and speed improvements, since we'd no longer be paying the overhead for an expandable vector.
The text was updated successfully, but these errors were encountered:
As an optimization, instead of returning two-element vector tuples for each
[key data]
record, useclojure.lang.MapEntry
instead. This would probably lead to both memory and speed improvements, since we'd no longer be paying the overhead for an expandable vector.The text was updated successfully, but these errors were encountered: