Show HN: Native PyAnnote (speaker diarizer) in Rustgithub.com3 points·by yehors·قبل 6 أشهر·0 comments
Show HN: Fast (0.5 GB/SEC) dedup utility for the era of LLMs written in C23github.com2 points·by yehors·قبل 6 أشهر·0 comments
Show HN: Sorting a billion of integers in 7.6 secondsgithub.com2 points·by yehors·قبل 6 أشهر·0 comments
Show HN: Async web scraping framework on top of Rustgithub.com2 points·by yehors·قبل 7 أشهر·2 comments
Show HN: Rust-based translator with KULYK models for EnglishUkrainian MTgithub.com2 points·by yehors·قبل 9 أشهر·0 comments
yehors·قبل 4 أشهر·discusswhen i was building silkworm, unability of uvloop to support Windows was a problem for me, so i added winloopbtw, they seem to be included into uvloop: https://github.com/Vizonex/Winloop/commit/317873329143e8cf82...
yehors·قبل 7 أشهر·discussAlso, it supports Free-threaded Python (`PYTHON_GIL=0` env-var).My little test that extracts title's from webpages (spider https://github.com/BitingSnakes/silkworm/blob/main/examples/...):- RPS with GIL = ~174 - RPS without GIL: ~242
yehors·قبل 7 أشهر·discussI've built https://github.com/RustedBytes/scraper-rs to parse HTML using Rust with CSS selectors and XPath expressions. This wrapper can be useful for others as well.
btw, they seem to be included into uvloop: https://github.com/Vizonex/Winloop/commit/317873329143e8cf82...