rdfstore-js icon indicating copy to clipboard operation
rdfstore-js copied to clipboard

Add new nextTick implementation to Utils class.

Open ashleysommer opened this issue 9 years ago • 0 comments

Add new nextTick implementation to Utils class This is apparently much faster in some workloads. It yielded a small improvement in performance in my application. I feel that this is a much clear implementation than the message post method, so I have given this higher priority for browsers which have native Promises. See here for more information: http://blog.millermedeiros.com/promise-nexttick/

ashleysommer avatar Sep 06 '15 06:09 ashleysommer