Jakub Dóka
Jakub Dóka
Curves
This commit adds beizer curves to geometry and also adds one method for vector Angle to. Its all documentated. Curve should be used by a particle system i am planing...
First of all, I am well aware of [this issue](https://github.com/rust-lang/rfcs/issues/1215), I looked through people's ideas but I did not like any of them. This is my approach to the problem....
Pull request introduces copy tool for editor. Offers rotation (j, k) and flipping (x, z). It also draws a selection rectangle. You copy by dragging with right mouse button, move...
### `.clif` Test Case (reduced) ``` function u0:0() windows_fastcall { sig0 = (i64 sret, i64) -> i64 sret fast fn0 = colocated u0:4 sig0 block0: v1 = iconst.i64 0 v5...
#### Feature Removal of `PackedOption`. Making `EntityRef` a generic struct, where `T` would be the type it is pointing to. #### Benefit `PackedOption` is making code verbose and unnatural. This...
### Summary When testing lsp for my language, is noticed that spinner stays frozen and no diagnostics show up on screen until I move cursor which is different from what...
## Description Code keeps the API while eliminating repetitive protocol cloning when protocols did not change, If protocol changes occur, only then the protocols are cloned to a reused buffer...
### Summary I `perf`ed my protocol and discovered major hot spots within the repo code mostly ending up in `libp2p_swarm::connection::Connection::poll` and yamux implementation. From the looks of it the "nothing...
It may be the waste of time but I attempted to improve the current quadtree implementation (basically absolute rework of something unfinished). Though I choose rather simple path of relying...