collections-benchmark/dub.sdl

12 lines
409 B
Plaintext

name "collections-benchmark"
description "Benchmarking code for (@nogc) collections"
authors "lesderid"
copyright "Copyright © 2019, Les De Ridder"
license "CC0"
dependency "emsi_containers" version="~>0.7.0"
dependency "collections" version="~>0.1.0"
dependency "matplotlib-d" path="matplotlib-d"
-- :/
sourceFiles "../druntime/src/core/experimental/refcount.d" "../druntime/src/core/experimental/array.d"