Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37423714
en ru br
Репозитории ALT

Группа :: Development/Erlang
Пакет: erlang-fast_xml

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.1.48-alt1
Время сборки: 17 января 2022, 08:44 ( 117.7 недели назад )
Размер архива: 91.31 Kb

Домашняя страница:   https://github.com/processone/fast_xml

Лицензия: Apache-2.0
О пакете: Fast Expat based Erlang XML parsing library
Описание:

Fast Expat based Erlang XML parsing and manipulation library,
with a strong focus on XML stream parsing from network.

It supports:
   Full XML structure parsing: Suitable for small but complete XML chunks.
   XML stream parsing: Suitable for large XML document,
   or infinite network XML stream like XMPP.

This module can parse files much faster than built-in module xmerl.
Depending on file complexity and size fxml_stream:parse_element/1
can be 8-18 times faster than calling xmerl_scan:string/2.

This application was previously called p1_xml and was renamed
after major optimisations to put emphasis on the fact it is damn fast.

Текущий майнтейнер: Aleksei Nikiforov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • erlang-fast_xml
  • erlang-fast_xml-debuginfo
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin