-
-
Notifications
You must be signed in to change notification settings - Fork 69
Useful Links for Research
Στέφανος edited this page Sep 24, 2021
·
7 revisions
These are a couple of videos I have watched and helped me a lot to understand, for example how Lua works behind the scenes.
Clearly there are other videos in the list, such as for C++ and so forth.
Name | URL |
---|---|
CppCon 2014: Mike Acton "Data-Oriented Design and C++" | https://www.youtube.com/watch?v=rX0ItVEVjHc |
Garbage Collection in Lua, Roberto Ierusalimschy, PUC-Rio: LiM'19 talk 7 | https://www.youtube.com/watch?v=wGizKsOJQuE |
Functions in Lua, Roberto Ierusalimshy, PUC-Rio: LIM'17 talk 1 | https://www.youtube.com/watch?v=wdRGOE1N-FA |
How much does it cost - Roberto Ierusalimschy | https://www.youtube.com/watch?v=EUvgoxBm7uc |
Various articles, research papers, etc (for PDF files, please right-click on them and save them locally):
- Memory Allocation Strategies by GingerBill
- C++ Reference - Ideal for both C and C++ reference
- Concurrent Cycle Collection in Reference Counted Systems (PDF)
- Compiler Design in C (PDF)
- Centralized Memory Management
- Handles are the better pointers
- Modern C for C++ Peeps