Skip to content
View dharanad's full-sized avatar

Block or report dharanad

Report abuse

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

Report abuse
dharanad/README.md

Hi there 👋, I'm Dharan Aditya

  • 👨‍💻 I am currently working with DataPelago, building next gen spark accelerator.
  • 🚀 I'm passionate about open source and contributing to Datafusion
  • 🧠 Interested in query engines, storage systems and their distributed variants.

Other project I'm interested in

Learn, Build & Create Impact.

Feel free to reach out to me if you have any suggestions or opportunities for collaboration!

Dharan's GitHub stats

dharanaditya dharanaditya

Pinned Loading

  1. dael dael Public

    Go

  2. leetcode-rs leetcode-rs Public

    Rust

  3. zero_copy.go zero_copy.go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"encoding/binary"
    5
    	"errors"
  4. A copy on write Trie A copy on write Trie
    1
    use std::collections::HashMap;
    2
    use std::hash::Hash;
    3
    use criterion::{black_box, Criterion, criterion_group, criterion_main};
    4
    
                  
    5
    #[derive(Clone)]