Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Large Language Models
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/jmorganca/ollama Get up and running with large language models locally
https://github.com/OpenBMB/ToolBench 🔨This project (ToolLLM) aims …
Perfect Hash Functions
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Faster than Rust and C++: the PERFECT hash table
phf
https://github.com/strager/perfect-hash-tables
Cow in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
GitHub Alternatives
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
gitea
Gitea is a painless self-hosted all-in-one software development service, includes Git hosting, code review, team collaboration, package registry and CI/CD .
gitlab
GitLab is a DevOps platform that provides a …
CPU Profiling of Rust Applications Using Valgrind
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
It is suggested that you profile Rust application using not-perf . For more discussions, please refer to Profile Rust Applications .
Installation on Ubuntu
wajig install valgrind
Profile Your Application Using CallGrind
valgrind …