Socket
Socket
Sign inDemoInstall

github.com/thinkgos/list

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/thinkgos/list


Version published
Created
Source

list

GoDoc Build Status codecov Action Status Go Report Card Licence

  • golang 官方库container/list上增加的一些API
  • 与官方库保持一致,增加了几个API,主要是为了在某些场景需要持有element的对象
  • 在删除某个对象时,可以复用对象将其插入到新的链表,减少内存上的分配,
  • 并且在链表合并时,不改变原持有element的指针

FAQs

Package last updated on 13 Nov 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc