mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-25 01:31:31 +03:00
60f1c6b872
Summary: These two operators are subtly non-deterministic, but can potentially improve performance significantly in cases where * We don't want to use .|| because it's too sequential * We don't want to use || because it forces us to do wasted work (and equivalently for &&). The implementation is a bit subtle, see Note [tricky pOr/pAnd] Reviewed By: xich Differential Revision: D4611809 fbshipit-source-id: 832ace29dfc44e48c14cc5d4f52a0114ee326c92 |
||
---|---|---|
.. | ||
AdoTests.hs | ||
AllTests.hs | ||
BatchTests.hs | ||
Bench.hs | ||
CoreTests.hs | ||
DataCacheTest.hs | ||
ExampleDataSource.hs | ||
LoadCache.hs | ||
LoadCache.txt | ||
MemoizationTests.hs | ||
MockTAO.hs | ||
MonadBench.hs | ||
ProfileTests.hs | ||
TestExampleDataSource.hs | ||
TestMain.hs | ||
TestTypes.hs | ||
TestUtils.hs |