Thanks to visit codestin.com
Credit goes to pkg.go.dev

utils

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2025 License: Apache-2.0 Imports: 4 Imported by: 105

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Max added in v0.9.1

func Max(a, b int) int

Max returns the maximum of two integers

func MaxIndexFunc added in v0.15.0

func MaxIndexFunc(N int, gt func(int, int) bool) int

func PartialSums added in v0.15.0

func PartialSums(s ...int) []int

func PartialSumsF added in v0.15.0

func PartialSumsF(N int, f func(int) int) []int

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 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) NbWorkers added in v0.16.0

func (wp *WorkerPool) NbWorkers() int

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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