New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

archangel-util

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archangel-util

Utilities ===

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Utilities

打包一些基本数据结构ADT优化的通用操作方法及工具型小函数, 形成一个独立的package方便今后其他项目使用.

include:

  • 无序列表
    • 删除: O(logn)
  • 有序列表
    • 插入: O(logn)
    • 近似查找: O(logn)
    • 批量压缩/删除(支持索引变动通知): O(n)
  • 随机取样

utility会随着项目经历的增加以及知识体系树的扩展, 未来不断扩充更新.

FAQs

Package last updated on 21 Apr 2016

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