pfeatherstone

Results 403 comments of pfeatherstone

Maybe we could build some unit tests for this project and benchmark at the same time. Is it easy to pinch the test cases from libc++ and boost ?

Just noticed the option ```use_same_D```. Did that produce good results for you?

Because std::swap is great and it's nice when types have well defined swap functions as well as copy semantics and move semantics. Otherwise you need to use hacks like wrapping...

So ```AutoSeeded_RNG``` always produces the same sequence ?

Hmm. Not sure what the type system rules should be in this case for ```AutoSeeded_RNG```. I guess it doesn't make sense to make it moveable either. Currently it's moveable. But...

You can either think of a swap as being 2 moves or a move as being a swap (with some default constructed empty state to reset the moved from object...

Look forward to this

Maybe people will start using botan for their QUIC library rather than using an OpenSSL fork.

Is there any way of resolving the conflicts ?

Is this repository going to be archived or will yolov3 and yolov5 development fork? it looks like you support yolov3-spp in the yolov5 repo anyway.