org.jhotdraw8.icollection.impl.champ.package-info Maven / Gradle / Ivy
/*
* @(#)package-info.java
* Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
*/
/**
* Provides collections which use a Compressed Hash-Array Mapped Prefix-tree
* (CHAMP) as their internal data structure.
*
* References:
*
* - Michael J. Steindorfer (2017).
* Efficient Immutable Collections.
* - michael.steindorfer.name
*
*
- The Capsule Hash Trie Collections Library.
*
Copyright (c) Michael Steindorfer. BSD-2-Clause License
* - github.com
*
*/
package org.jhotdraw8.icollection.impl.champ;