Skip to content

Commit

Permalink
refactor: Refactor and address performance issues
Browse files Browse the repository at this point in the history
This update involves a complete refactor of the project, resolving critical issues such as high CPU usage, real-time event processing, and data integrity. The program's scalability, reusability, and flexibility have been significantly improved.
  • Loading branch information
dxnu authored and max-lvs committed Dec 4, 2024
1 parent 4f316fb commit 7e93eca
Show file tree
Hide file tree
Showing 116 changed files with 2,441 additions and 8,663 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,11 @@ Makefile*
CMakeLists.txt.user*

debian/deepin-anything-dkms.dkms
debian/deepin-anything
debian/.debhelper
debian/tmp
debian/deepin-anything-server
debian/deepin-anything-dkms
debian/*.substvars
/obj-x86_64-linux-gnu/
src/server/backend/
269 changes: 0 additions & 269 deletions 3rdparty/fsearch/thread_pool.c

This file was deleted.

65 changes: 0 additions & 65 deletions 3rdparty/fsearch/thread_pool.h

This file was deleted.

10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
deepin-anything (7.0.0) unstable; urgency=medium

* Major update with a complete refactor and version upgrade.
* Fixed high CPU usage issues.
* Enhanced real-time updates for improved responsiveness.
* Improved index consistency to ensure more reliable performance.
* Other bug fixes and optimizations.

-- Deepin Package Builder <[email protected]> Tue, 19 Nov 2024 10:32:00 +0800

deepin-anything (6.1.9) unstable; urgency=medium

* update log.
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
Loading

0 comments on commit 7e93eca

Please sign in to comment.