🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/olegelizarov/shell_sort_golang

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/olegelizarov/shell_sort_golang

v0.0.0-20220307124830-a4ffb6871e76
Source
Go
Version published
Created
Source

Shell_Sort_Golang

Simple implementation of Shell sort in Golang

Tests

GET PROFILES: go test -bench=. -benchmem -memprofile=mem -cpuprofile=cpu .
PPROF SERVER FOR MEM PROFILE: go tool pprof -alloc_objects -http=:8080 mem
PPROF TERMINAL FOR MEM PROFILE: go tool pprof -alloc_objects mem

FAQs

Package last updated on 07 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts