cruise-automation / rosbag.js

ROS bag file reader for JavaScript 👜
Apache License 2.0
189 stars 43 forks source link

The for loop that will write faster #113

Open lishulincug opened 2 years ago

lishulincug commented 2 years ago

https://github.com/cruise-automation/rosbag.js/blob/8d295a04c870585239eccf6551272e3f35b7820b/src/bag.js#L121

for (let i = 0, cLen = chunkInfos.length; i < cLen; i++) { }