HTML Preparation code:
AخA
 
1
<script src="https://cdnjs.cloudflare.com/ajax/libs/immutable/3.8.1/immutable.min.js"></script>
Script Preparation code:
x
 
var list = Immutable.List();
for (var i = 0; i < 100; i++) {
    list.push(i);
}
Tests:
  • toArray

     
    list.toArray();
  • toJS

     
    list.toJS();
  • map + push

     
    list.map(i => list.push(i))
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    toArray
    toJS
    map + push

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!