collections-package {collections}R Documentation

collections: High Performance Container Data Types

Description

Provides high performance container data types such as queues, stacks, deques, dicts and ordered dicts. Benchmarks <https://randy3k.github.io/collections/articles/benchmark.html> have shown that these containers are asymptotically more efficient than those offered by other packages.

Author(s)

Maintainer: Randy Lai randy.cs.lai@gmail.com

Other contributors:

See Also

Useful links:


[Package collections version 0.3.7 Index]