This repository contains various Go programming exercises and examples.
- Parralel Scraper - pkg/scraper
- Concurrent Cache with TTL - pkg/cache
- Priority Event Processing System - pkg/events
- Parallel Map-Reduce - pkg/parallel_map
- Concurrent Task Scheduler - pkg/task_scheduler
- Ring Buffer Queue - pkg/ring_buffer
- Work Stealing Pool - pkg/work_stealing
- Distributed Counter - pkg/distributed_counter
- Reader Writer Lock - pkg/reader_writer_lock
- Parralel Pipeline - pkg/parallel_pipeline