Skip to content
View Krishanth-K's full-sized avatar

Organizations

@DoggyFoster

Block or report Krishanth-K

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Krishanth-K/README.md

👋 Hi, I'm Krishanth

I build things that are fast, efficient, and sometimes unnecessarily optimized (in a good way). From custom memory allocators to quadtree-based image processors, I'm all about understanding how systems work under the hood—then making them better. Currently exploring performance optimization, systems programming, and building tools that solve real problems.


🏢 Organization Projects

🌿 EcoRoute Optimizercin-and-cout

Smart routing for a greener future
Multi-dimensional route optimization based on fuel efficiency, CO2 emissions, elevation, weather, and traffic patterns.

🌲 PNG-Treecin-and-cout

Segment tree-based PNG manipulation
Case study comparing quadtree SegmentTree vs. naive vectors for image editing operations with comprehensive benchmarking.


📫 Connect

LinkedIn


Pinned Loading

  1. stencil stencil Public

    A lightweight CLI tool that generates UI files directly from a simple YAML or JSON configuration

    Python 1

  2. grind-101 grind-101 Public

    Proof that I can solve problems... eventually

    C++

  3. mem-alloc mem-alloc Public

    A high-performance C memory allocator featuring block coalescing, page management via mmap, and a roadmap for segregated fits and thread-local heaps

    C

  4. cin-and-cout/png-tree cin-and-cout/png-tree Public

    High-Performance 2D Image Manipulation in C++

    C++ 1

  5. hex-dump hex-dump Public

    A fast, modern command-line tool for viewing file contents in hexadecimal and identifying file types using magic number signatures. Written in C++20

    C++

  6. game-of-life game-of-life Public

    C++ implementation of Conway’s Game of Life with an SFML-based interactive UI

    C++