Amphaal / ItunesLibraryParser

Allows JSON parsing of XML Itunes Library file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ItunesLibraryParser

CodeFactor Codacy Badge

Allows really fast JSON parsing of XML Itunes Library file, thanks to AVX2 CPU extensions ! Benchs shows that a 42Mb XML library file can be parsed from a standard HDD at 140ms avg. !

License

ItunesLibraryParser
Allows JSON parsing of XML Itunes Library file
Copyright (C) 2021 Guillaume Vara <guillaume.vara@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Any graphical resources available within the source code may
use a different license and copyright : please refer to their metadata
for further details. Graphical resources without explicit references to a
different license and copyright still refer to this GPL.

About

Allows JSON parsing of XML Itunes Library file

License:GNU General Public License v3.0


Languages

Language:C++ 84.4%Language:CMake 15.6%