-
Notifications
You must be signed in to change notification settings - Fork 16
Resources
abesheknarayan edited this page Oct 2, 2021
·
2 revisions
Welcome to Resources wiki!
This wiki contains some important topics and links for resources to learn about the stuff used in Dalal Street Project.
- Locks
- Semaphores
- Mutexes
- Deadlocks
- What are they?
- How to avoid them?
- How to detect them?
- How to fix them?
-
struct
,map
,priority_queue
- Goroutines
- Channels
- Atomic updates
- Object relational model
- ACID properties
- Transactions
- Recoverable schedules
- Cascadeless schedules
- DalalStreet uses
gorm
for interacting with the database.
- How they work?
- Why prefer them over simple HTTP requests?
- What are they?
- How they work?
- How to write code for protobufs?
- Limit order
- Market order
- Stoploss order
- Market depth
- Mortgage
- Stock worth
- Net worth
- Blog (Link).
- Protocol Buffers (Link).