Обложка канала

Библиотека Go разработчика

8531 @goproglib

Полезные материалы по всему, что может быть полезно разработчику на Go.

Библиотека Go разработчика

3 года назад
Открыть в
Глубокое погружение во внутренности immutable базы данных immudb, разработанной на Go Глубокое погружение, но на концептуальном уровне, без кода. Читать
Deep dive into the internals of an immutable database, immuDB

Introduction I've been working on a fast immutable database, called immudb, and was very curious about the immutable nature of storage. I have written this blog to explain how data is stored in an immutable manner in the database and to understand the data structures (and cryptographic) algorithms used internally.

Farhan Aly