Skip to content

Frequent use of std::sync::Mutex in ipstack causes performance issues #62

@SajjadPourali

Description

@SajjadPourali

In the ipstack, we frequently use std::sync::Mutex, which can lead to performance degradation due to thread blocking. Ideally, we should replace these with non-blocking synchronization mechanisms to prevent thread contention and improve performance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions