Difference between revisions of "Features"

From openZIM
Jump to navigation Jump to search
(Created page with "''Features''' of both specification and zimlib... == ZIM specifications == * Easy to understand and implement * Higly compressed * Differential compre...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
''Features''' of both [[ZIM file format|specification]] and [[zimlib]]...
'''Features''' of both [[ZIM file format|specification]] and [[zimlib]]...


== ZIM specifications ==
== ZIM specifications ==
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)
* Portable on most OS (Windows, Linux, macOS, iOS, Android)


== See alos ==
== 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