Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MapAsTuple faster than hana.map, but significant differences in graph over time #194

Open
cppljevans opened this issue May 27, 2018 · 0 comments

Comments

@cppljevans
Copy link

cppljevans commented May 27, 2018

The two attached screen shots show:

https://github.com/cppljevans/composite_storage/blob/master/benchmark/src/CMakeLists.txt

but without the large time of the hana.make_find dataset (it's largeness largely obscured details
of other datasets). The 2 screen shots show the result of the same test run a few minutes
apart. What the 2 screen shots show is that the MapAsTuple method invariably and
significantly runs faster than the hane.map method. The two screen shots show there's
also significant variation in the shape of curves, indicating noise, I guess.

IIRC, one of your pages lamented how hana map was slow, and hopefully this
will give some clue about how to fix that.

-regards,
Larry

Run at 18:56
mapastuple-hana map-benchmark screenshot-2018-05-26 1856
Run at 19:06
mapastuple-hana map-benchmark screenshot-2018-05-26 1906

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant