Coder Social home page Coder Social logo

concache's Introduction

concache's People

Contributors

andrewtshen avatar atul9 avatar jonhoo avatar saligrama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

concache's Issues

Benchmark result for Crossbeam?

Hi. First of all, thank you for sharing your development and experience.

I noticed that the README reports the benchmark result of only concache::manual. Do you also have the result for concache::crossbeam?

improve get/remove interface

use &Q where K: Borrow<Q>, Q: Hash + Eq, rather than &K, which is helpful when the key is a String and call get by &str

Some build errors using Cargo 1.37.0

Hi,

I encountered the multiple errors when running run.sh on Ubuntu 18.04 LTS.

I disabled kudzu (and commented out its Backend implementation) due to the build error:

error[E0554]: #![feature] may not be used on the stable release channel
 --> /users/xxx/.cargo/registry/src/github.com-1ecc629db9ec823/kudzu-0.1.0/src/lib.rs:1:1
  |
1 | #![feature(manually_drop_take, atomic_min_max)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

And I also commented out the following code:

error[E0554]: #![feature] may not be used on the stable release channel
  --> src/lib.rs:18:32
   |
18 | #![cfg_attr(feature = "bench", feature(test))]
   |                                ^^^^^^^^^^^^^

error[E0658]: use of unstable library feature 'test'
  --> src/lib.rs:26:1
   |
26 | extern crate test;
   | ^^^^^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/27812

Crossbeam hashmap fails testcases

Does not pass test cases. On concurrency check loops forever. Also seems that delete is incorrect. Known issue with not merging active flag with the pointer to the next node in the LinkedList implementation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.