utils

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 8 Imported by: 70

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DivCeiling added in v0.9.1

func DivCeiling(a, b uint) uint

DivCeiling (a, b) = ⌈a/b⌉

func Max added in v0.9.1

func Max(a, b int) int

func Min added in v0.9.1

func Min(a, b int) int

func MinU added in v0.9.1

func MinU(a, b uint) uint

func SerializationRoundTrip added in v0.11.0

func SerializationRoundTrip(o Serializable) func(*testing.T)

func SerializationRoundTripRaw added in v0.11.2

func SerializationRoundTripRaw(o RawSerializable) func(*testing.T)

func ToSubscript

func ToSubscript(s string) string

ToSubscript converts a string to subscript to the utmost. It will use original rune if there has no corresponding subscript for a letter.

func ToSuperscript

func ToSuperscript(s string) string

ToSuperscript converts a string to superscript to the utmost. It will use original rune if there has no corresponding superscript for a letter.

Types

type RawSerializable added in v0.11.2

type RawSerializable interface {
	WriteRawTo(io.Writer) (int64, error)
}

type Serializable added in v0.11.0

type Serializable interface {
	io.ReaderFrom
	io.WriterTo
}

type Task added in v0.9.1

type Task func(start, end int)

type WorkerPool added in v0.9.1

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

func NewWorkerPool added in v0.9.1

func NewWorkerPool() *WorkerPool

func (*WorkerPool) Stop added in v0.9.1

func (wp *WorkerPool) Stop()

Stop (but does not wait) the pool. It frees the worker.

func (*WorkerPool) Submit added in v0.9.1

func (wp *WorkerPool) Submit(n int, work func(int, int), minBlock int) *sync.WaitGroup

Jump to

Keyboard shortcuts

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