vichan-devel / vichan

Vichan is the most popular and widely used imageboard software in the world. It is a free, light-weight, fast, highly configurable and user-friendly imageboard software package.
https://vichan.info
Other
596 stars 193 forks source link

Use hardlinks instead of copying the file #759

Closed Zankaria closed 1 month ago

Zankaria commented 1 month ago

Just use hardlinks instead of performing a full file copy. This should provide a decent speedup since vichan will no longer require a full copy of the file (with the relative IO). Should be as fast as rename.