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
The compare call will again check the strings for IComparable and even call (slow) native-satisfies this is very undesirable since I'm relying on fast comparisons in datascript datoms.
It'd be better if a call to garray/defaultCompare were made (as is done in cljs.core).
The text was updated successfully, but these errors were encountered:
With the current implementation:
The
compare
call will again check the strings forIComparable
and even call (slow)native-satisfies
this is very undesirable since I'm relying on fast comparisons in datascript datoms.It'd be better if a call to
garray/defaultCompare
were made (as is done incljs.core
).The text was updated successfully, but these errors were encountered: