Rust thread size is 2 MiB doc.rust-lang.org/std/thread/#...
Python’s is 8 MiB (i.e. the OS default)
Rust thread size is 2 MiB doc.rust-lang.org/std/thread/#...
Python’s is 8 MiB (i.e. the OS default)
A scope is a lifetime guarantee not a pool… doc.rust-lang.org/stable/std/t...
> All threads spawned within the scope that haven’t been manually joined will be automatically joined before this function returns
A scope is a lifetime guarantee not a pool… doc.rust-lang.org/stable/std/t...
> All threads spawned within the scope that haven’t been manually joined will be automatically joined before this function returns
Makes things possible you can’t do in other dialects collected in the connectorx lib, seemed “ahead” when I reviewed it
I used it this year in a Polars bridge library called polite github.com/lmmx/polite/...
Makes things possible you can’t do in other dialects collected in the connectorx lib, seemed “ahead” when I reviewed it
I used it this year in a Polars bridge library called polite github.com/lmmx/polite/...
`syncdoc --migrate; syncdoc --restore` now ‘round trips’ code through omnidoc macro rewrites & back perfectly
No net effect except docstring ‘fixes’ (moving above attrib macros, trimming) like a linter in effect. Long tail no doubt but I see it work on my codebases
`syncdoc --migrate; syncdoc --restore` now ‘round trips’ code through omnidoc macro rewrites & back perfectly
No net effect except docstring ‘fixes’ (moving above attrib macros, trimming) like a linter in effect. Long tail no doubt but I see it work on my codebases
The TypeScript “echo “::group::” syntax in maturin-action (github.com/PyO3/maturin...) is v curious, you can see it as giving multiple levels of self-documentation but perhaps points to an actual framework
The TypeScript “echo “::group::” syntax in maturin-action (github.com/PyO3/maturin...) is v curious, you can see it as giving multiple levels of self-documentation but perhaps points to an actual framework
Pseudocode/literate program adjacent. I suspect intensifying that form of document could maximise a sense of trust in what’s executing as well as ability to resume work/remodel
Pseudocode/literate program adjacent. I suspect intensifying that form of document could maximise a sense of trust in what’s executing as well as ability to resume work/remodel