Pinned Repositories
B-link-Tree
BPlusTree
Sequential (not concurrent) implementation of B+ tree
coding-interview-university
A complete computer science study plan to become a software engineer.
CombiningTree
Shared counting using software combining
filebench
File system and storage benchmark that uses a custom language to generate a large variety of workloads.
fmdb
A Cocoa / Objective-C wrapper around SQLite
gostl
A Standard Template Library for Golang
Movie-Recommendation-System
Facebook and IMDB dataset based movie recommendation system. A major project as a part of Information Retrieval and Extraction course. (IIIT Hyderabad)
nfs-ganesha
NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode on most UNIX/Linux systems
ntirpc
New development on tirpc
srirampatil's Repositories
srirampatil/Movie-Recommendation-System
Facebook and IMDB dataset based movie recommendation system. A major project as a part of Information Retrieval and Extraction course. (IIIT Hyderabad)
srirampatil/B-link-Tree
srirampatil/gostl
A Standard Template Library for Golang
srirampatil/BPlusTree
Sequential (not concurrent) implementation of B+ tree
srirampatil/coding-interview-university
A complete computer science study plan to become a software engineer.
srirampatil/CombiningTree
Shared counting using software combining
srirampatil/filebench
File system and storage benchmark that uses a custom language to generate a large variety of workloads.
srirampatil/fmdb
A Cocoa / Objective-C wrapper around SQLite
srirampatil/LFBTree
A Lock-free b+tree (goo.gl/ANrNZJ)
srirampatil/nfs-ganesha
NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode on most UNIX/Linux systems
srirampatil/ntirpc
New development on tirpc
srirampatil/free-programming-books
srirampatil/MaxScale
A content aware, plug-able proxy server. Discuss @: maxscale@googlegroups.com
srirampatil/PaaS-With-Docker
A cloud computing course project
srirampatil/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
srirampatil/STMDijkstra
Parallel Single Source Shortest Path(Dijkstra Algorithm) implementation using Software Transactional Memory(JVSTM)