Skip to content

Conversation

@boschmitt
Copy link
Member

The author of sparsepp already said that the library is deprecated and
the use of 'parallel_hashmap' is preferred.

The only 'weirdness' with this is in the serializer/deserializer.
I couldn't find a way to make it work with 'streams', only with file
streams using the binary archive methods from 'parallel_hashmap'.

Closes #339

The author of sparsepp already said that this library is deprecated and
the use of 'parallel_hashmap' is preferred.

The only 'weirdness' with this is in the serializer/deserializer.
I couldn't find a way to make it work with 'streams', only with file
streams using the binary archive methods from 'parallel_hashmap'.
@coveralls
Copy link

coveralls commented Nov 9, 2020

Pull Request Test Coverage Report for Build 354746003

  • 50 of 53 (94.34%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.03%) to 80.234%

Changes Missing Coverage Covered Lines Changed/Added Lines %
include/mockturtle/io/serialize.hpp 50 53 94.34%
Totals Coverage Status
Change from base Build 349772374: -0.03%
Covered Lines: 10294
Relevant Lines: 12830

💛 - Coveralls

@hriener
Copy link
Member

hriener commented Dec 7, 2020

This PR seems to be quite useful. I run some experiments and it seems that the performance of our experiments improves by 10 - 30%.

@hriener hriener merged commit 0e8f41f into master Dec 7, 2020
@hriener hriener deleted the use_parallel_hash branch December 7, 2020 12:55
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

Successfully merging this pull request may close these issues.

Use parallel-hashmap instead of sparsepp

4 participants