You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2024/04/03 08:24:00 UTC

[jira] [Updated] (AVRO-3967) Replace boost::format with fmt

     [ https://issues.apache.org/jira/browse/AVRO-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated AVRO-3967:
---------------------------------
    Labels: pull-request-available  (was: )

> Replace boost::format with fmt
> ------------------------------
>
>                 Key: AVRO-3967
>                 URL: https://issues.apache.org/jira/browse/AVRO-3967
>             Project: Apache Avro
>          Issue Type: Task
>          Components: c++
>            Reporter: Mikhail Koviazin
>            Assignee: Mikhail Koviazin
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> fmt ([https://fmt.dev)|https://fmt.dev)/] is a modern C++ library. It got so much popularity that in C++20 it became std::format.
> Replacing boost::format with it should significantly improve the readability, performance and the binary size.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)