Files
donut/doc/DEV_LOG.md
Leandro Moreira b82ef77c56 dd ref
2024-02-04 17:19:23 -03:00

3.2 KiB

Adding audio

Date: 2/4/24

Summary: Adding audio track

refs:

Moving player to static

Date: 2/3/24

Hypothesis: It's easy to do experimentation with local player

Summary

Copy and adapt code from https://github.com/flavioribeiro/donut-video into static/demo/

Investigating a potential memory leak

Date: 2/2/24

Hypothesis: There's a memory leak happening

Signs: pprof/allocs

allocs profile print screen 1

Summary

ref: https://go101.org/article/memory-leaking.html

Conclusion: there's not leak, I confused allocs growing nature.