Skip to content

use of unsafe pointer #149

@mehrdad3301

Description

@mehrdad3301

why are you using unsafe pointer ? (for example in skiplist implementation) a lot of it can be replaced by pointer[T]. Before generics that was the only way to do atomic operations, but not anymore. What do you think about replacing unsafe pointers with atomic.pointer[T] ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions