Skip to content

akhildevelops/pycon-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycon-2024

Slides: https://slides.com/akhilg/pycon2024-blr

Run add, concat, prime programs by running below make commands respectively

make add
make concat
make prime

Run tokenizer benchmarks across pure python, rust and zig implementations through docker.

docker build -t pycon2024:latest .
docker run --rm pycon2024

Releases

No releases published

Packages

No packages published