smarr / are-we-fast-yet

Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
Other
318 stars 36 forks source link

Fix Havlak.verifyResult signature #82

Closed smarr closed 11 months ago

smarr commented 11 months ago

Avoid the unnecessarily generic type and cast, it's a locally defined method after all.

Also fix various other little bit rot issues...