Skip to content

Question - Do the native Mutex, RwLock used affect performance ? #60

@szagi3891

Description

@szagi3891

I noticed that native mutexes were used for state synchronisation
use std::sync::{Arc, Weak, Mutex, RwLock }

Doesn't this affect performance ?
Wouldn't it be better to use a mutex from tokio ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions