filmov
tv
Chronicle Bytes in 60 seconds
Показать описание
Chronicle Bytes - What is it's purpose and how can it be used?
[Transcript]
My name is Peter Lawrey and we're looking at Chronicle Bytes for 60 seconds.
Chronicle Bytes is used by many of our libraries for persisted thread-safe shared memory access
Chronicle Bytes is used for writing and reading raw binary data but that's not its only purpose.
Chronicle Bytes can be used for conveniently writing primitive DTOs and then reading them back in again.
It also supports nested types as well as some scalar types such as strings.
This parallel stream is using every processor on the machine to increment the first long of a file. This data can be shared across processes and isn't lost even if every process dies as long as the OS doesn't die the information is still persisted to disk.
[Transcript]
My name is Peter Lawrey and we're looking at Chronicle Bytes for 60 seconds.
Chronicle Bytes is used by many of our libraries for persisted thread-safe shared memory access
Chronicle Bytes is used for writing and reading raw binary data but that's not its only purpose.
Chronicle Bytes can be used for conveniently writing primitive DTOs and then reading them back in again.
It also supports nested types as well as some scalar types such as strings.
This parallel stream is using every processor on the machine to increment the first long of a file. This data can be shared across processes and isn't lost even if every process dies as long as the OS doesn't die the information is still persisted to disk.