Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xsirsaif/papers-i-love
A captivating collection of computer science papers that fuel inspiration and intellectual curiosity.
https://github.com/0xsirsaif/papers-i-love
compiler database memory networking os papers
Last synced: 21 days ago
JSON representation
A captivating collection of computer science papers that fuel inspiration and intellectual curiosity.
- Host: GitHub
- URL: https://github.com/0xsirsaif/papers-i-love
- Owner: 0xsirsaif
- Created: 2022-10-11T07:50:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T13:41:18.000Z (about 1 year ago)
- Last Synced: 2024-10-04T19:21:14.543Z (3 months ago)
- Topics: compiler, database, memory, networking, os, papers
- Homepage:
- Size: 794 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Memory
- [The Slab Allocator: An Object-Caching Kernel Memory Allocator](https://people.eecs.berkeley.edu/~kubitron/courses/cs194-24-S14/hand-outs/bonwick_slab.pdf)
- [Dynamic Storage Allocation: A Survey and Critical Review](https://users.cs.northwestern.edu/~pdinda/ics-s05/doc/dsa.pdf)
- [What Every Programmer Should Know About Memory](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf)#### Networking
- [Architectural Styles and the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fielding/pubs/dissertation/fielding_dissertation.pdf)
#### Databases
- [SQLite: Past, Present, and Future](https://www.vldb.org/pvldb/vol15/p3535-gaffney.pdf)
- [Readings in Database Systems - redbook](http://www.redbook.io/)
- [Architecture of a Database System](https://dsf.berkeley.edu/papers/fntdb07-architecture.pdf)