tower120

Results 30 issues of tower120

Whenever I run `--bench -- --compare --baselines`, I get this error: ``` C:\github\any_vec> cargo bench --bench=iter -- --compare --baselines criterion_0_4,criterion_0_4 Finished bench [optimized] target(s) in 0.26s Running benches\iter.rs (target\release\deps\iter-ad9f3b5828e8624c.exe) thread...

**[RENDERED](https://github.com/tower120/rfcs/blob/event_queue_rc/rfcs/reader_counted_event_queue.md)** This is rather true RFC (request for comments), than specification, at least for now. It is somewhat close to https://github.com/bevyengine/rfcs/pull/17 ... but "implementation" is different.

In your vector.h/.c you use runtime evaluated self->item_size: ``` // ------------------------------------------------------------- vector_get --- void * vector_get( const vector_t *self, size_t index ) { assert( self ); assert( self->size ); assert(...

Provide a means of accessing loom's Mutex interior data. Without that, it is impossible to make loom::Mutex custom mutex compatible. Like parking_lot.

Please, consider adding something like `PrimUint` = same as `PrimInt` but for unsigns.

I'm using Qt creator suite for windows standard build with mingw gcc 4.9.2 (from developer site). When I try to build your cmake, or include Steams.h to my own project...

Looks like `GraphMap` store "child" nodes as `Vec`: ``` pub struct GraphMap { nodes: IndexMap ... } ``` which makes `remove_edge` O(V). I don't know all the details, but looks...

S-needs-triage

It is unclear for me from the docs what is performance difference between `StableGraph` and `Graph`. Or to put it differently - why use `Graph`, if there is `StableGraph`? Where...

Is it possible to make something like `Mass` instead of just `Mass`? For example, I would like to work with f32 precision mass, volume, etc...

## Lapce Version 0.2.5 ## System information Windows 10, ## The bug I can't install any plugin. Available plugins list is empty. ![изображение](https://user-images.githubusercontent.com/2050822/220859808-5b8b9f7f-1530-4b53-ba2b-a02590f3c171.png)

C-bug