Aaron Patterson e4fc0d4b3f [rubygems/rubygems] Stop trying to remove every file on extraction
When we're extracting a gem, it should be extracted to an empty
directory.  Trying to remove every file before extracting the file
greatly slows the tar extraction process.

This change increases tar extraction speed by about 10%:

Master branch:

```
aaron@tc ~/g/tartest (main)> ruby -I../rubygems/lib:../vernier/lib test.rb
{MEAN: 0.https://github.com/rubygems/rubygems/commit/670195550005}
{stddev: 0.https://github.com/rubygems/rubygems/commit/029875687861}
{"mib/s": 20.https://github.com/rubygems/rubygems/commit/889425481677}
```

This commit:

```
aaron@tc ~/g/tartest (main)> ruby -I../rubygems/lib:../vernier/lib test.rb
{MEAN: 0.https://github.com/rubygems/rubygems/commit/600223749969}
{stddev: 0.https://github.com/rubygems/rubygems/commit/037224226667}
{"mib/s": 23.https://github.com/rubygems/rubygems/commit/324635189326}
```

https://github.com/rubygems/rubygems/commit/e40a153560
2025-09-17 15:42:23 +09:00
..
2025-06-04 12:47:29 +09:00
2025-07-15 16:33:00 +00:00
2025-06-11 05:04:16 +00:00
2025-05-20 18:22:41 +09:00
2025-09-17 00:36:00 +00:00
2025-04-26 11:56:42 +00:00
2025-07-31 23:07:08 +09:00
2025-07-15 12:57:18 +02:00
2025-04-26 10:31:11 +09:00
2025-06-17 09:41:45 +00:00
2025-07-08 06:11:04 +00:00
2025-06-19 01:53:19 +00:00