Level / leveldown

Pure C++ Node.js LevelDB binding. An abstract-leveldown compliant store.
MIT License
775 stars 176 forks source link

If leveldown have s390x support? #722

Closed elfahxh closed 2 years ago

elfahxh commented 4 years ago

If currently leveldown support s390x Platform?

vweevers commented 4 years ago

No, because it lacks AtomicPointer support required by LevelDB, see https://github.com/Level/leveldown/issues/306.

kycfeel commented 3 years ago

Hey. Any update on this? I'm also looking for a way to build it for the s390x machine.

Getting error: #error Please implement AtomicPointer for this platform. while on build.

kycfeel commented 3 years ago

Made a patch and PR for this. - https://github.com/Level/leveldown/pull/754