imzhenyu / rDSN

Robust Distributed System Nucleus (rDSN) is an open framework for quickly building and managing high performance and robust distributed systems.
MIT License
33 stars 11 forks source link

improve mutation_data write_to/read_from #499

Closed qinzuoyan closed 8 years ago

qinzuoyan commented 8 years ago

improvement:

qinzuoyan commented 8 years ago

@imzhenyu , I have added a c-api of "dsn_msg_write_append", please review it.

qinzuoyan commented 8 years ago

we leave optimization of "directly append blob to message_ex to avoid unnecessary memory copy" to future, refer to #501

qinzuoyan commented 8 years ago

@imzhenyu , is it ok now?