Commit b2bbd2b5 authored by Igor Chorazewicz's avatar Igor Chorazewicz Committed by Igor Chorążewicz
Browse files

string: optimize data snapshotting for sso

Until now, data in sso was accessed using pmem::obj::array::operator[].
This operator snapshots data which has some performance cost (even
if the data is already snapshotted). This patch change all calls
to pmem::obj::array::operator[] which are alredy preceded by snapshotting
entire sso, by calls to operator[] on direct array of element (_data member).
parent 340aa249
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment