Fix links n stuff after move.

This commit is contained in:
Acrimon 2019-12-06 22:53:51 +01:00
parent b1443cf130
commit f5fba9641a
No known key found for this signature in database
GPG Key ID: 5F96EDD054C9729E
3 changed files with 6 additions and 21 deletions

View File

@ -1,15 +0,0 @@
image: 'rust:latest'
stages:
- test
test:
stage:
script:
- rustc --version
- cargo --version
- cargo test --verbose
cache:
paths:
- target/

View File

@ -1,12 +1,12 @@
[package]
name = "dashmap"
version = "2.0.0"
authors = ["acrimon <joel.wejdenstal@gmail.com>"]
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://gitlab.nebulanet.cc/xacrimon/dashmap"
homepage = "https://gitlab.nebulanet.cc/xacrimon/dashmap"
description = "Extremely fast concurrent map."
repository = "https://github.com/xacrimon/dashmap"
homepage = "https://github.com/xacrimon/dashmap"
description = "Blazing fast concurrent HashMap for Rust."
readme = "README.md"
documentation = "https://docs.rs/dashmap"
keywords = ["atomic", "concurrent", "hashmap"]

View File

@ -29,9 +29,9 @@ I will take a look as soon as I have time for it.
## Performance
![Insert Benchmark](https://gitlab.nebulanet.cc/xacrimon/dashmap/tree/master/assets/bench-insert.svg "Insert Benchmark")
![Insert Benchmark](https://github.com/xacrimon/dashmap/tree/master/assets/bench-insert.svg "Insert Benchmark")
![Get Benchmark](https://gitlab.nebulanet.cc/xacrimon/dashmap/tree/master/assets/bench-get.svg "Get Benchmark")
![Get Benchmark](https://github.com/xacrimon/dashmap/tree/master/assets/bench-get.svg "Get Benchmark")
[Google Doc](https://docs.google.com/spreadsheets/d/1q2VR_rMZRzG7YO0ef6V0jMA6hAdkafh_wI8xvY_51fk/edit?usp=sharing)