Commit d8b12abd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 01d91879
......@@ -21,9 +21,9 @@
"""TODO big module-level picture description"""
# preload golang.so -> libgolang.so. This way ld.so discovers where
# libgolang.so is, and so there will be no load failure when our C++ libraries,
# that use libgolang.so, are loaded (e.g. libwcfs.so).
# preload golang.so -> libgolang.so. This way dynamic linker discovers where
# libgolang.so is, and so there will be no link failure due to libgolang.so not
# found, when our C++ libraries, that use libgolang.so, are loaded (e.g. libwcfs.so).
import golang
from ._bigfile import BigFile, WRITEOUT_STORE, WRITEOUT_MARKSTORED, ram_reclaim
Markdown is supported
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