glotchimo

Results 3 issues of glotchimo

Update details (from StackOverflow) This is a question involving Python, Beautiful Soup, and HTML, as well as the Investopedia API. The first part involved is this block of Python that...

The legacy design of the `sessions` package, including modules `base.py`, `client.py`, and `files.py` could be restructured and streamlined. Rather than having the `SessionEngine` subclasses in separate modules, it would make...

enhancement
hold

**TL;DR: Pooling compression buffers and switching to `Unmarshal` reduces allocated memory per event by 32-39%.** Benchmarks: https://gist.github.com/glotchimo/ba3e91aac40c7ee0612d17b98542be24 I was drawn to `onEvent` when it jumped out in production heap profiling...