Commit Graph

95 Commits

Author SHA1 Message Date
Chaoscaot 1a14d13303 build: Add SIMD optimizations to compare.c
Add SIMD (Single Instruction, Multiple Data) optimizations to the
compare.c file to improve performance. This includes vectorization
flags and architecture-specific optimizations to enhance the
processing of data in the comparison function. Additionally, the
implementation now dynamically selects an optimized code path based
on the size of the pattern data, ensuring efficient execution for
various scenarios.

By Lixfel
2024-04-27 20:07:46 +02:00
Chaoscaot 9c8551dc5a Move to i32 2023-12-27 20:49:21 +01:00
Chaoscaot abb2084029 Move to i32 2023-12-27 20:44:37 +01:00
Chaoscaot 3eba89b119 Move to i32 2023-12-27 20:43:50 +01:00
Chaoscaot 511ce04f0b new Matcher 2023-12-26 21:28:46 +01:00
Chaoscaot d20940f89b Improve Performance 2023-08-20 15:37:23 +02:00
Chaoscaot e3e6e9f759 Improve Performance 2023-08-09 09:22:24 +02:00
Chaoscaot ccae2ba393 Merge pull request #9 from Chaoscaot/dependabot/cargo/sqlx-0.7
Update sqlx requirement from 0.6 to 0.7
2023-07-11 20:48:13 +02:00
dependabot[bot] 6c6c95bedd Update sqlx requirement from 0.6 to 0.7
Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 10:49:15 +00:00
Chaoscaot 582079c80d Bump Version v0.1.5 2023-05-23 20:10:41 +02:00
Chaoscaot e25aeab065 Fix Broken Schematics Loading 2023-05-23 20:07:23 +02:00
Chaoscaot aee3a80267 Reduce FLOPs 2023-05-01 11:32:40 +02:00
Chaoscaot 5107e04497 Update README.md 2023-04-28 00:28:34 +02:00
Chaoscaot a357da2ce8 Fix Tests 2023-04-24 22:52:03 +02:00
Chaoscaot eb84adb4a3 Reduce Boilerplate v0.1.4 2023-04-24 19:04:44 +02:00
Chaoscaot 25c4e97f71 Merge branch 'chaoscaot/support_sponge_v1_v3' 2023-04-23 12:19:22 +02:00
Chaoscaot 7d9e7f28a9 Fix SQL 2023-04-23 12:17:59 +02:00
Chaoscaot ef1f8ed38f Merge pull request #8 from Chaoscaot/chaoscaot/support_sponge_v1_v3
Add Support for Sponge Schematic V1 and V3
v0.1.3
2023-04-22 21:55:51 +02:00
Chaoscaot 4671f38591 Bump Version 2023-04-22 21:55:08 +02:00
Chaoscaot 5cff84538d Fix Performance 2023-04-22 21:29:18 +02:00
Chaoscaot 9a0b0535c6 remove Serde 2023-04-22 21:03:00 +02:00
Chaoscaot a47c2f44bd Something™️ 2023-04-22 16:39:21 +02:00
Chaoscaot 246927d840 idk what im doing 2023-04-14 17:56:28 +02:00
Chaoscaot d1a01dc0c1 Faster but not working 2023-04-13 23:49:39 +02:00
Chaoscaot e03a805bdb Something Working :D 2023-04-13 23:16:12 +02:00
Chaoscaot 9cca860db3 Some new Ideas 2023-04-13 16:16:02 +02:00
Chaoscaot 80f5191ae8 Merge branch 'master' into chaoscaot/support_sponge_v1_v3 2023-04-13 14:33:59 +02:00
Chaoscaot 3f20cbc17f Create CODE_OF_CONDUCT.md 2023-04-13 00:25:42 +02:00
Chaoscaot 733aaa9e72 Update dependabot.yml 2023-04-13 00:21:24 +02:00
Chaoscaot 14866df17d Create dependabot.yml 2023-04-13 00:20:53 +02:00
Chaoscaot 00e3d6fd0f Fix Cache 2023-04-05 13:07:14 +02:00
Chaoscaot fb8f935617 Fix Cache and Bump Version 2023-04-05 13:05:15 +02:00
Chaoscaot 2a112ac49c Add Output Limit 2023-04-05 02:43:28 +02:00
Chaoscaot e7c1fd1ef7 Fixing Something? v0.1.2 2023-04-05 00:33:21 +02:00
Chaoscaot 80eeaad5d5 Add output for machines 2023-04-04 22:38:02 +02:00
Chaoscaot 64158cf45b Remove Timer from Progressbar 2023-04-04 21:44:43 +02:00
Chaoscaot e4b26755ea Revert "Print Progressbar to stdout"
This reverts commit 5607dcc72c.
2023-04-04 17:34:12 +02:00
Chaoscaot 5607dcc72c Print Progressbar to stdout 2023-04-04 17:29:04 +02:00
Chaoscaot 5c9bcfc2ec Add SQL to Makefile 2023-04-04 16:31:48 +02:00
Chaoscaot a1b5449f06 Some basic tests and basic impls 2023-04-04 12:07:33 +02:00
Chaoscaot 1df33249c4 Add Makefile for easier building 2023-04-04 00:36:40 +02:00
Chaoscaot ef2755115c Fix tests 2023-04-01 11:14:44 +02:00
Chaoscaot b32aac0aba Fix naming and Tests 2023-04-01 11:08:57 +02:00
Chaoscaot a9a3e70aef Update Roadmap 2023-04-01 11:07:12 +02:00
Chaoscaot c477a52f92 Slowdown ProgressBar and add Stderr as output 2023-04-01 11:02:49 +02:00
Chaoscaot 818de6be47 Abstractions 2023-04-01 10:30:25 +02:00
Chaoscaot 8f15b42146 Add Issue Templates 2023-03-21 18:31:50 +01:00
Chaoscaot b8d912881d Fix SQL-Interface 2023-03-19 21:18:40 +01:00
Chaoscaot 02404792a5 Bump Version v0.1.1 2023-03-19 11:59:39 +01:00
Chaoscaot 59272ed3e7 Add Complex Output Patterns 2023-03-19 11:57:22 +01:00