Note that there are some explanatory texts on larger screens.

plurals
  1. USAndré Neves
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COIn that case I think you will have to define your own hash and compare functions as mentioned in my solution. [Here](http://stackoverflow.com/a/15809592/1921751) you have other ways to define these functions.
      singulars
    2. CO@Cameron: I used MAX as well for the size (actually MAX + 1). I know that folly is fixed size, but I tested yours with MAX as initial size and folly still outperformed yours in nearly every metric. I may have made some mistake though. The average ops/s were in the thousands whereas yours and Dmitry's are in the 70's..100's. The multipliers were also all below 1x when comparing with your RWQ. Anyways, I think you are right as any of these queues will be super efficient and will be spend most of the time waiting to do stuff ;) Could you update your bench repo with folly in it too? Cheers
      singulars
    3. COHave you checked [this answer](http://stackoverflow.com/a/12546314/1921751)? It may give you a hint on how to solve your problem. Personally, I think it will be a real pain to get that working with both libstdc++ and libc++, but anything is possible! Isn't there any way you can get the source from those 3rd party static libraries and compile them using libc++? I had this problem but fortunately I had access to the source so I just recompiled everything with "-stdlib=libc++" and the linker errors were gone.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload