Click here to Skip to main content
15,910,224 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What a total disaster! Pin
Eddy Vluggen25-Jan-20 8:17
professionalEddy Vluggen25-Jan-20 8:17 
GeneralRe: What a total disaster! Pin
Cp-Coder25-Jan-20 8:35
Cp-Coder25-Jan-20 8:35 
GeneralRe: What a total disaster! Pin
Eddy Vluggen25-Jan-20 8:51
professionalEddy Vluggen25-Jan-20 8:51 
GeneralRe: What a total disaster! Pin
H.Brydon25-Jan-20 14:43
professionalH.Brydon25-Jan-20 14:43 
GeneralRe: What a total disaster! Pin
Eddy Vluggen25-Jan-20 15:47
professionalEddy Vluggen25-Jan-20 15:47 
GeneralRe: What a total disaster! Pin
kalberts25-Jan-20 10:22
kalberts25-Jan-20 10:22 
GeneralRe: What a total disaster! Pin
jeron125-Jan-20 14:24
jeron125-Jan-20 14:24 
Generalwoohoo that's fast Pin
honey the codewitch25-Jan-20 4:59
mvahoney the codewitch25-Jan-20 4:59 
boy, working on all that NFA lexer stuff made me forget how fast DFAs are.

Debugging my DFA lexer and doing some perf on it, and it's 10 times faster than lexly and now generates the tables almost as fast.

Performance-wise, my poor Pike virtual machine based tokenizer, cool as it is, is getting pounded into the dirt by good old boring, reliable DFA matching.

Rolex is nearly ready for a reboot, now supporting full unicode, with UTF-32 internally using the same old DFA algo as before, except sped up some.

But now I had to choose boring/fast over cool/slow and that makes me a little sad.

Even theoretically doing DFA conversion and then running it through lexly's VM is still twice as slow as just using rolex.
Real programmers use butterflies

GeneralRe: woohoo that's fast Pin
Marc Clifton25-Jan-20 5:59
mvaMarc Clifton25-Jan-20 5:59 
GeneralRe: woohoo that's fast Pin
honey the codewitch25-Jan-20 6:21
mvahoney the codewitch25-Jan-20 6:21 
GeneralRe: woohoo that's fast Pin
Marc Clifton25-Jan-20 9:31
mvaMarc Clifton25-Jan-20 9:31 
GeneralRe: woohoo that's fast Pin
Eddy Vluggen25-Jan-20 6:19
professionalEddy Vluggen25-Jan-20 6:19 
GeneralRe: woohoo that's fast Pin
honey the codewitch25-Jan-20 6:24
mvahoney the codewitch25-Jan-20 6:24 
GeneralRe: woohoo that's fast Pin
Eddy Vluggen25-Jan-20 6:47
professionalEddy Vluggen25-Jan-20 6:47 
GeneralRe: woohoo that's fast Pin
honey the codewitch25-Jan-20 7:17
mvahoney the codewitch25-Jan-20 7:17 
GeneralRe: woohoo that's fast Pin
Eddy Vluggen25-Jan-20 8:13
professionalEddy Vluggen25-Jan-20 8:13 
GeneralRe: woohoo that's fast Pin
Greg Utas25-Jan-20 8:22
professionalGreg Utas25-Jan-20 8:22 
GeneralRe: woohoo that's fast Pin
Eddy Vluggen25-Jan-20 8:48
professionalEddy Vluggen25-Jan-20 8:48 
GeneralRe: woohoo that's fast Pin
Marc Clifton25-Jan-20 9:34
mvaMarc Clifton25-Jan-20 9:34 
GeneralRe: woohoo that's fast Pin
Eddy Vluggen25-Jan-20 10:31
professionalEddy Vluggen25-Jan-20 10:31 
GeneralRe: woohoo that's fast Pin
k505425-Jan-20 6:45
mvek505425-Jan-20 6:45 
GeneralRe: woohoo that's fast Pin
honey the codewitch25-Jan-20 7:15
mvahoney the codewitch25-Jan-20 7:15 
GeneralI hope they do a stop-motion video of the whole thing! Pin
Mark_Wallace25-Jan-20 1:55
Mark_Wallace25-Jan-20 1:55 
GeneralRe: I hope they do a stop-motion video of the whole thing! Pin
PIEBALDconsult25-Jan-20 5:20
mvePIEBALDconsult25-Jan-20 5:20 
GeneralRe: I hope they do a stop-motion video of the whole thing! Pin
k505425-Jan-20 5:29
mvek505425-Jan-20 5:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.