| Summary: | tail is inefficient and pops up in top | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | yuri |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
yuri
2014-02-21 20:37:49 UTC
I don't want to have 300 bugs "applet <foo> needs to be improved". Ok, but how is this going to be fixed? This must be a problem specific to tail. (In reply to comment #2) > Ok, but how is this going to be fixed? This must be a problem specific to tail. Maybe you can help? Also I don't think such Bug should be closed as invalid, because it is valid. It should rather be set to 'wishlist' status. (In reply to comment #4) > Also I don't think such Bug should be closed as invalid, because it is valid. > It should rather be set to 'wishlist' status. Look. So far you did nothing to help with this "bug" or "performance problem" or whatever you call it. You can't demand that *other people* work on things *you* consider to be problems. If you have a patch, please post it. Otherwise, stop pushing me. I reported the problem. This is the first step. And the problem is valid. The second step is to look into it. I said I will help. You closed the Bug as invalid, this doesn't make sense, because it is valid. I am not pushing you to fix anything, just to keep correct records. I did valgrind profiling, and found that most time is spent in memmove function. tail should not call memmove at all. |