maps

package
v0.0.0-...-9168bc3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RWLockMap

type RWLockMap struct {
	// contains filtered or unexported fields
}

func CreateRWLockMap

func CreateRWLockMap() *RWLockMap

func (*RWLockMap) Del

func (m *RWLockMap) Del(key interface{})

func (*RWLockMap) Get

func (m *RWLockMap) Get(key interface{}) (interface{}, bool)

func (*RWLockMap) Set

func (m *RWLockMap) Set(key interface{}, value interface{})

type SyncMapBenchmarkAdapter

type SyncMapBenchmarkAdapter struct {
	// contains filtered or unexported fields
}

func CreateSyncMapBenchmarkAdapter

func CreateSyncMapBenchmarkAdapter() *SyncMapBenchmarkAdapter

func (*SyncMapBenchmarkAdapter) Del

func (m *SyncMapBenchmarkAdapter) Del(key interface{})

func (*SyncMapBenchmarkAdapter) Get

func (m *SyncMapBenchmarkAdapter) Get(key interface{}) (interface{}, bool)

func (*SyncMapBenchmarkAdapter) Set

func (m *SyncMapBenchmarkAdapter) Set(key interface{}, val interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL