mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-24 01:04:21 +03:00
3cc0b3e054
Summary: This revision generalizes the existing memoization framework to 1-ary and 2-ary functions (namely functions of type (a -> GenHaxl u b) and (a -> b _> GenHaxl u c)). For every support arity (currently 0, 1, and 2), a family of functions { newMemoWithX, prepareMemoX and runMemoX } are provided. newMemo itself is generic across all arities. Reviewed By: simonmar Differential Revision: D3555791 fbshipit-source-id: 010a9889d42327607c8b03a5f7a609ee0c70de49 |
||
---|---|---|
.. | ||
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 |