Difference between revisions of "Features"

From openZIM
Jump to navigation Jump to search
m (Reverted edits by Domtheo (talk) to last revision by Kelson)
 
Line 7: Line 7:
* [[Metadata]]
* [[Metadata]]


== Zimlib ==
== Libzim ==
* Native, coded in C++
* Native, coded in C++
* Extremly fast
* Extremly fast
* Minimal footprint
* Minimal footprint
* Minimal dependencies
* Minimal dependencies
* Portable on most OS (Windows, Linux, OSX, Android)
* Portable on most OS (Windows, Linux, macOS, iOS, Android)
 
== Other ==
* [[zimwriterdb]] to write ZIM file from a Postgres database


== See also ==
== See also ==
* [[Roadmap]]
* [[Roadmap]]

Latest revision as of 10:01, 14 December 2020

Features of both specification and zimlib...

ZIM specifications

  • Easy to understand and implement
  • Higly compressed
  • Differential compression (content may not be compressed if not necessary)
  • Metadata

Libzim

  • Native, coded in C++
  • Extremly fast
  • Minimal footprint
  • Minimal dependencies
  • Portable on most OS (Windows, Linux, macOS, iOS, Android)

See also