评论者:mfikes
修订版1.是免费的。
基准测试:1. }
之前
基准测试(V8 [f (fn [] (cljs.core/into cljs.core.PersistentQueue.EMPTY []))], (f), 100000000次运行,442毫秒;SpiderMonkey [f (fn [] (cljs.core/into cljs.core.PersistentQueue.EMPTY []))], (f),100000000次运行,988毫秒;JavaScriptCore [f (fn [] (cljs.core/into cljs.core.PersistentQueue.EMPTY []))], (f),100000000次运行,2041毫秒;Nashorn [f (fn [] (cljs.core/into cljs.core.PersistentQueue.EMPTY []))], (f),100000000次运行,47257毫秒;ChakraCore [f (fn [] (cljs.core/into cljs.core.PersistentQueue.EMPTY []))], (f),100000000次运行,3040毫秒;GraalVM [f (fn [] (cljs.core/into cljs.core.PersistentQueue.EMPTY []))], (f),100000000次运行,296毫秒)
之后
基准测试(V8 [f (fn [] cljs.core.PersistentQueue.EMPTY)], (f),100000000次运行,0毫秒;SpiderMonkey [f (fn [] cljs.core.PersistentQueue.EMPTY)], (f),100000000次运行,0毫秒;JavaScriptCore [f (fn [] cljs.core.PersistentQueue.EMPTY)], (f),100000000次运行,0毫秒;Nashorn [f (fn [] cljs.core.PersistentQueue.EMPTY)], (f),100000000次运行,-1毫秒;ChakraCore [f (fn [] cljs.core.PersistentQueue.EMPTY)], (f),100000000次运行,-5毫秒;GraalVM [f (fn [] cljs.core.PersistentQueue.EMPTY)], (f),100000000次运行,-1毫秒)