hazelcast / hazelcast/hazelcast-cpp-client

Revisit iostream, ostringstream usages for performance

Open
#60 0 comments 0 reactions 0 assignees View on GitHub
Priority: Low Type: Enhancement
Dominant language
C++
Stars
91
Forks
54
Avg merge
1d 12m
Merged PRs (30d)
5

Description

We have iostream usages in the code, especially the IOUtil::to_value and to_string methods. We have seen that not using this at one critical path could change the throughput from 28000 to 33000. Also according to https://erdani.com/publications/cuj-2005-08.pdf iostreams are not really recommended. We may investigate this further.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.