BoltDB is written in pure golang, but it doesn't work on MIPSLE architecture. I want to use BoltDB on embed Linux environment (i.e. OpenWRT) running on MIPSLE(MIPS Little Endian)
There are two parts we need to change.
variables to define max size and MIPS architecture always needs alignment
My current OpenWRT kernel doesn't support madvise syscall. It always returns "function not implemented" error, but it still works fine.
BoltDB is written in pure golang, but it doesn't work on MIPSLE architecture. I want to use BoltDB on embed Linux environment (i.e. OpenWRT) running on MIPSLE(MIPS Little Endian)
There are two parts we need to change.
Let me know if you have any questions.