Completed
DuckDB - bindings
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
New Feature - What the Fibers Extension Can Do for You
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is FFI?
- 3 What problems does FFI solve?
- 4 Limitation of FFI
- 5 Talk is cheap, show me the code!
- 6 PHP vs C - function definition
- 7 Header files
- 8 Preprocessor - it can be extremely powerful!
- 9 DuckDB - introduction
- 10 DuckDB - bindings
- 11 DuckDB - example
- 12 Extension development - prerequisites
- 13 Extension development - generate skeleton
- 14 Extension development compilation
- 15 Define API a little surprise
- 16 Heart of extension - zend_module_entry
- 17 Macro expansion
- 18 Performance - numbers
- 19 Comparison - common
- 20 Which one is better?