I noticed cfml was missing from drag race so created a cfml version. CFML by Willeye-uk · Pull Request #996 · PlummersSoftwareLLC/Primes · GitHub if anyone has any suggestions for improvements please let me know.
1 Like
ah interesting,
the p
and i
variables are missing var scopes?
there’s an old ticket about this too
https://luceeserver.atlassian.net/browse/LDEV-1541
We have this as a microbench over on lucee-testlab
is there a comparison for different builds? (light, zero, default) also?
I tried adding var to p and i and it made it slower
I will try different editions and see if performance changes.
really not going to make any difference, only thing light and zero do is deploy faster coz there are no extensions or admin
1 Like
Try declaring p and i before their for loops?
Makes sense. Also confirms that most things in admin could be rolled into extensions of admin