biqar
PhD Candidate | Storage Systems Researcher | Ex-Intern @BerkeleyLab @PASSIONLab @LLNL | CSRMP Mentee'22B @Google | Ex-Principal Software Engineer
University of North Carolina at CharlotteCharlotte, NC, USA
Pinned Repositories
agner-testp
Test programs for measuring clock cycles and performance monitoring By Agner Fog
awesome-dynamic-graphs
A collection of resources on dynamic/streaming/temporal/evolving graph processing systems, databases, data structures, datasets, and related academic and industrial work
Fall-2019-ITCS-8114-AlgoDS
This repository contains the projects and assignments of course "ITCS 6114/8114: Algorithms and Data Structures". This course has been taken in Fall 2019 semester, as part of my PhD degree at UNC Charlotte.
hypergraph-study
This repository contains our experimental code of hypergraph PageRank implementation using Apache Spark.
leetcode-hard
Collection of my analysis and solutions (in C++) of some of the hard leetcode problems.
puzzle-solver
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
DGAP
DGAP: Efficient Dynamic Graph Analysis on Persistent Memory [SC'23]
FaultyRank
The repo for FaultyRank codebase published in IPDPS'23
VCSR
Official code of our work, VCSR: Mutable CSR Graph Format Using Vertex-Centric Packed Memory Array [CCGrid 2022].
ycsb-storedsbench
A Performance Study of Optane Persistent Memory: From Indexing Data Structures’ Perspective [MSST'20]
biqar's Repositories
biqar/awesome-dynamic-graphs
A collection of resources on dynamic/streaming/temporal/evolving graph processing systems, databases, data structures, datasets, and related academic and industrial work
biqar/leetcode-hard
Collection of my analysis and solutions (in C++) of some of the hard leetcode problems.
biqar/Fall-2019-ITCS-8114-AlgoDS
This repository contains the projects and assignments of course "ITCS 6114/8114: Algorithms and Data Structures". This course has been taken in Fall 2019 semester, as part of my PhD degree at UNC Charlotte.
biqar/Spring-2021-ITCS-8166-ComputerCommNetworks
This repository contains the assignments of course "ITCS 8166: Computer Comm & Networks". This course has been taken in Spring 2021 semester, as part of my PhD degree at UNC Charlotte.
biqar/Fall-2020-ITCS-8010-MLGraph
This repository contains the projects and assignments of course "ITCS 8010: Machine Learning with Graphs and Large Networks". This course has been taken in Fall 2020 semester, as part of my PhD degree at UNC Charlotte.
biqar/Learned-Index-Baselines
ITCS 6050/8050: Baseline implementation of B+Tree as part for paper 'The Case for Learned Index Structures'
biqar/adventofcode
Collection of my solutions for problems on Advent of Code
biqar/Badges4-README.md-Profile
👩💻👨💻 Improve your README.md profile with these amazing badges.
biqar/biqar
This repository contains contents for my GitHub profile page.
biqar/biqar.github.io
biqar/concurrent-btrees
biqar/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
biqar/Fall-2019-ITCS-8144-OS
This repository contains the projects and assignments of course "ITCS 6144/8144: Operating System Design". This course has been taken in Fall 2019 semester, as part of my PhD degree at UNC Charlotte.
biqar/HPC-Tutorials
Future home of hpc-tutorials.llnl.gov
biqar/HyperNetX
Python package for hypergraph analysis and visualization.
biqar/katana
biqar/leafDS
biqar/lucid-programming-competition-2021
biqar/metall
Meta allocator for persistent memory
biqar/Neural-Networks-on-Silicon
This is originally a collection of papers on neural network accelerators. Now it's more like my selection of research on deep learning and computer architecture.
biqar/ParallelTools
biqar/pmdk
Persistent Memory Development Kit
biqar/Privateer
Multi-versioned memory-mapped data stores for high-performance data science
biqar/scitokens
A reference library for generating and using SciTokens.
biqar/SparseBase
Sparse data processing library with a generic, HPC-centric design, supports feature extraction, IO, reordering and partitioning.
biqar/Spring-2020-GRAD-8302-RCR
This repository will contains the writing assignments of course GRAD 6302/8302: Responsible Conduct of Research (RCR). This course has been taken in Spring 2020 semester, as part of my PhD degree at UNC Charlotte.
biqar/Spring-2020-ITCS-8150-IntelligentSystems
This repository contains the projects and assignments of course "ITCS 6150/8150: Intelligent Systems". This course has been taken in Spring 2020 semester, as part of my PhD degree at UNC Charlotte.
biqar/Spring-2020-ITCS-8190-CloudComputing
This repository contains the projects and assignments of course "ITCS 6190/8190: Cloud Computing for Data Analysis". This course has been taken in Spring 2020 semester, as part of my PhD degree at UNC Charlotte.
biqar/synchrobench
A benchmark to compare synchronization techniques for multicore programming
biqar/tlx
TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers