搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Whose idea was LZ4?

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I would like to have a conversation with the developer who had the brilliant idea of applying LZ4 to the formerly plain text session backup files that were used since the beginning and worked perfectly fine.

What is the name of the person whose idea it was to add a “feature” to Firefox that made recovering lost sessions so much easier and saving 3 MB of my disk space for wasting over 100 minutes of my time figuring out how to handle LZ4 works and how to get the plain text that would normally be written directly to the disk after Firefox failed to recover the session after a crash and after file system readability problems?

And did the community explicitly ask for LZ4? Were there users of Mozilla Firefox that recommended LZ4? Who exactly had the idea of implementing LZ4?

Will places.sqlitelz4 (or “places.sqlite.lz4”) become the next victim of lz4?

Thanks in advance.

I would like to have a conversation with the developer who had the brilliant idea of applying LZ4 to the formerly plain text session backup files that were used since the beginning and worked perfectly fine. What is the name of the person whose idea it was to add a “feature” to Firefox that made recovering lost sessions so much easier and saving 3 MB of my disk space for wasting over 100 minutes of my time figuring out how to handle LZ4 works and how to get the plain text that would normally be written directly to the disk after Firefox failed to recover the session after a crash and after file system readability problems? And did the community explicitly ask for LZ4? Were there users of Mozilla Firefox that recommended LZ4? Who exactly had the idea of implementing LZ4? Will places.sqlitelz4 (or “places.sqlite.lz4”) become the next victim of lz4? Thanks in advance.
已附加屏幕截图

所有回复 (3)

more options

Whom created those images?

more options

Hi,

The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.

more options

LZ4 compression is only used for backup files (bookmarks) and files that are more of less static (i.e. they aren't updated all time) like sessionstore files and a few other files that only need to be read on startup. LZ4 is used in such a case to speedup starting and closing Firefox (i.e. less data needs to be written or read). SQLite databases like places.sqlite can't be compressed because they need to be updated all the time.