Tagged Questions
0
votes
2answers
45 views
ruby notes scrubber search for specific characters [closed]
I am looking to making a not scrubber for my testing notes. I want to run a script that will read the entire file looking for special "tags" that I made in my notes, like @ ? (c) etc...
I then want to ...
7
votes
2answers
610 views
Please help me find the bottleneck in my code
I'm making a scripting language parser and it's shaping up well but it takes is about 30ms to do 30 or so odd/even checks.
Profiler tells me that it's taking most of the time in the ...