Pinned Repositories
algorithms
Collections of algorithms and data structures.
bst
Simple non balanced binary search tree
containerization-challenge
Some container related files to containerize an existing app
hash_table
Several implementation of hash table for different needs
treywelsh's Repositories
treywelsh/hash_table
Several implementation of hash table for different needs
treywelsh/algorithms
Collections of algorithms and data structures.
treywelsh/bst
Simple non balanced binary search tree
treywelsh/containerization-challenge
Some container related files to containerize an existing app
treywelsh/containers-from-scratch
Writing a container in a few lines of Go code, as seen at DockerCon 2017 and on O'Reilly Safari
treywelsh/countwords-fork
Playing with counting word frequencies (and performance) in various languages.
treywelsh/fizzbuzz_rs
Fizzbuzz server in Rust
treywelsh/go-patterns
Curated list of Go design patterns, recipes and idioms
treywelsh/gorilla-xmlrpc
Gorilla XML RPC implementation (Golang/Go)
treywelsh/graph
A graph implementation
treywelsh/heap
A heap implementation
treywelsh/hintjens.com
treywelsh/langchaingo
LangChain for Go, the easiest way to write LLM-based programs in Go
treywelsh/leetcode
Some of my solutions to problems of leetcode.com website
treywelsh/memory_pool
A simple memory pool
treywelsh/one
OpenNebula cloud management platform
treywelsh/pushover
High level wrapper for pushover logging
treywelsh/ring_buffer
A ring buffer implementation
treywelsh/roca
Rust binding for OpenNebula API
treywelsh/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
treywelsh/terraform-provider-opennebula
Terraform provider for OpenNebula
treywelsh/timerqueue
A priority queue for timed events, written in go.
treywelsh/xml-doc
Rust xml tree parser to read, modify, and write xml