Changes between Initial Version and Version 16 of Ticket #55069
- Timestamp:
- 02/13/2022 03:12:30 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55069
-
Property
Status
changed from
newtoaccepted - Property Focuses performance added
-
Property
Component
changed from
I18NtoGeneral -
Property
Summary
changed from
Optimize POMO_FileReader.read_all() using stream_get_contents()toOptimize fread() calls using file_get_contents() or stream_get_contents() - Property Owner set to SergeyBiryukov
-
Property
Milestone
changed from
Awaiting Reviewto6.0 - Property Keywords has-patch added
-
Property
Status
changed from
-
Ticket #55069 – Description
initial v16 1 The method uses fread() with 4 kB blocks, but stream_get_contents() would be much faster.1 The POMO_FileReader::read_all() method uses fread() with 4 kB blocks, but stream_get_contents() would be much faster.