Added another video for Python garbage collection.

This commit is contained in:
John Washam 2016-08-14 20:06:53 -07:00
parent 4c9fd3eb44
commit f629822125

View File

@ -779,7 +779,8 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
- [x] Garbage collection (Java); Augmenting data str: https://www.youtube.com/watch?v=StdfeXaKGEc&list=PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd&index=25 - [x] Garbage collection (Java); Augmenting data str: https://www.youtube.com/watch?v=StdfeXaKGEc&list=PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd&index=25
- [x] Compilers: https://www.youtube.com/playlist?list=PLO9y7hOkmmSGTy5z6HZ-W4k2y8WXF7Bff - [x] Compilers: https://www.youtube.com/playlist?list=PLO9y7hOkmmSGTy5z6HZ-W4k2y8WXF7Bff
- [x] GC in Python: https://www.youtube.com/watch?v=iHVs_HkjdmI - [x] GC in Python: https://www.youtube.com/watch?v=iHVs_HkjdmI
- [ ] Garbage Collection is Good!: https://www.infoq.com/presentations/garbage-collection-benefits - [x] Deep Dive Java: Garbage Collection is Good!: https://www.infoq.com/presentations/garbage-collection-benefits
- [ ] Deep Dive Python: Garbage Collection in CPython: https://www.youtube.com/watch?v=P-8Z0-MhdQs&list=PLdzf4Clw0VbOEWOS_sLhT_9zaiQDrS5AR&index=3
- [ ] **Caches** - [ ] **Caches**
- [ ] LRU cache: - [ ] LRU cache: