edefend commented on PR #6: URL: https://github.com/apache/trafficserver-libswoc/pull/6#issuecomment-2681989275
I did some timings this morning to compare DiscreteSpace::mark() before and after the changes: ``` // on master branch (pre-changes) Timer [DiscreteSpace::mark]: ~4.15 seconds for n=3355591 mark() takes ~1.236742 microseconds each call. // on edefend-mark_bulk branch (post-changes) // note: the timings looked the same Timer [DiscreteSpace::mark]: ~4.14 seconds for n=3355591 mark() takes ~1.233762 microseconds each call. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org