Maxim
Maxim
MModular
Created by Maxim on 8/24/2024 in #community-showcase
CrazyString explanation Video
I took some time to explain the concepts behind the CrazyString, a string data structure with small strings optimization and code point indexing Give me thumbs up if you would be interested in more videos. https://youtu.be/31Ka0bUTo2U
1 replies
MModular
Created by Maxim on 6/4/2024 in #community-showcase
Quick and Dirty JSON parser
I hacked together a JSON parser. https://gist.github.com/mzaks/c1947212fd23ba010129d2f6b7c0fdfa As it is just a hack I will not even put it into a proper repo, but I think it might be useful as a learning exercise, or for some other hacks 🙂
9 replies
MModular
Created by Maxim on 5/12/2024 in #community-showcase
Poor persons package management in Mojo
This is a blog post which includes a bash script I use to check out modules from Github. https://medium.com/@mzaks/poor-persons-package-management-in-mojo-8671aa6e420a
3 replies
MModular
Created by Maxim on 5/12/2024 in #community-showcase
Mojo CSV
A small lib to parse and create CSV files. I use it often to generate benchmark results. https://github.com/mzaks/mojo-csv
2 replies
MModular
Created by Maxim on 1/17/2024 in #questions
how to use the gather function
Standard library contains a gather function which I would like to use, but I can’t figure out how to create a SIMD[DType.address, 4] vector based on different locations in a DTypePointer or another SIMD vector.
6 replies