Sitron
Sitron
MModular
Created by Jack Clayton on 5/11/2024 in #community-showcase
mojo-sort
not at the moment. String used to be, but all string comparisons were delegated to StringRef and it's using a basic local (temporary hopefully) memcmp implementation due to an internal bug. (StringLiteral had the same issue before they were all bunched together) EDIT: string comparisons are now vectorized as of 2024.6.512 https://github.com/modularml/mojo/compare/1febed7a4e55feea94d9a10f06e27ea7441e9e9d...a752f0d7279d26ecf34ff1efb6e0b471b3e9afe5
47 replies
MModular
Created by Jack Clayton on 5/11/2024 in #community-showcase
mojo-sort
String comparisons are not vectorized at the moment, so there's some room to optimize still
47 replies
MModular
Created by Jack Clayton on 5/11/2024 in #community-showcase
mojo-sort
oh, interesting
47 replies
MModular
Created by Jack Clayton on 5/11/2024 in #community-showcase
mojo-sort
Benchmarks for string sorting are quite interesting.
Interesting bad or interesting good? Or just weird?
47 replies
MModular
Created by Sitron on 4/5/2024 in #questions
How to report a duplicate issue that was previously fixed & closed but has resurfaced?
I'd also like to add the "mojo-tooling" label to this other issue I opened https://github.com/modularml/mojo/issues/2206
6 replies
MModular
Created by Sitron on 4/5/2024 in #questions
How to report a duplicate issue that was previously fixed & closed but has resurfaced?
6 replies
MModular
Created by Sitron on 4/5/2024 in #questions
How to report a duplicate issue that was previously fixed & closed but has resurfaced?
@Joe Loser I don't think I have permissions to add labels to issues, except the ones automatically added with a pre-existing template
6 replies