collections-benchmark/dub.sdl

12 lines
409 B
Plaintext
Raw Normal View History

2019-07-10 15:42:42 +02:00
name "collections-benchmark"
description "Benchmarking code for (@nogc) collections"
2019-07-09 23:26:20 +02:00
authors "lesderid"
copyright "Copyright © 2019, Les De Ridder"
2019-07-10 15:42:42 +02:00
license "CC0"
2019-07-09 23:26:20 +02:00
dependency "emsi_containers" version="~>0.7.0"
dependency "collections" version="~>0.1.0"
2019-07-10 00:46:42 +02:00
dependency "matplotlib-d" path="matplotlib-d"
2019-07-09 23:26:20 +02:00
-- :/
2019-07-10 17:29:01 +02:00
sourceFiles "../druntime/src/core/experimental/refcount.d" "../druntime/src/core/experimental/array.d"