HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidgrenier

no profile record

comments

davidgrenier
·il y a 30 jours·discuss
I think he's talking about company enshittification because of marke pressure, and not direct fraud though I haven't read the book.
davidgrenier
·il y a 2 mois·discuss
Yeah I guess two companies who would otherwise be considered going for bankruptcy have models too expensive to run. As they don't see themselves making money any time soon, they have to turn every future model into a weird fascination.
davidgrenier
·il y a 4 mois·discuss
I wonder how gracefully redgrep handles this. This tool hasn't been talked about since the year of its release. If I recall correctly, it doesn't handle some obstruse regexes the way conventional tools do however.

https://github.com/google/redgrep
davidgrenier
·il y a 3 ans·discuss
This thread is surprisingly back today with millions of comments. I don't know if anyone has pointed out that the functions called... do nothing. Hence it is understandable that the performance profile is dominated by dynamic dispatch.

Also, his code must have been compiled with an old compiler or less than -O3 as the switch/table version of the code performs exactly the same with Clang and g++ when compiled with -O3.

disclaimer: not a fan of OO regardless.