1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00
Commit Graph

1358 Commits

Author SHA1 Message Date
dudaodong ec092a009a test: we should write clean unit test code 2024-08-28 16:06:08 +08:00
dudaodong ca40b5d6c6 refactoring: rename SortByKeys to SortByKey 2024-08-28 10:58:14 +08:00
dudaodong a6d39a3bba feat: add OrderedMap for issue #237 2024-08-28 10:53:53 +08:00
dudaodong 38148978cf refactoring: change unit variable to package internal 2024-08-26 16:25:57 +08:00
dudaodong 3e8c3bd396 feat: add SortbyKeys for map 2024-08-23 11:21:29 +08:00
dudaodong 30971c1aab doc: rename CONTRIBUTION.md and add github start chart 2024-08-21 10:28:26 +08:00
dudaodong bc260277bc fix: fix DecimalBytes and BinaryBytes issue #232 2024-08-19 11:36:49 +08:00
dudaodong c0b200f846 feat: add ReduceConcurrent 2024-08-15 17:48:26 +08:00
dudaodong 305847993c feat: add ForEachConcurrent 2024-08-15 16:44:22 +08:00
dudaodong f5d70728c3 refactoring: rename param and change its order 2024-08-15 15:50:48 +08:00
残念 c2a5335bc6 feat: add RandSliceFromGivenSlice function (#236) 2024-08-15 15:20:36 +08:00
残念 7b4e060f85 feat: add RandFromGivenSlice function (#235)
* feat: add RandFromGivenSlice function

* feat: add RandFromGivenSlice function
2024-08-14 19:36:12 +08:00
dudaodong a360372aa9 feat: add FilterConcurrent 2024-08-14 11:19:10 +08:00
dudaodong 7f78a6b11e refactoring: rename slice_parallel to slice_concurrent 2024-08-14 10:52:36 +08:00
dudaodong 5c53cb5867 feat: add MapConcurrent 2024-08-14 10:45:35 +08:00
dudaodong f7e9d5dc47 doc: add doc for UniqueByComparator and UniqueByParallel 2024-08-13 11:00:47 +08:00
dudaodong 5c580ed013 test: update test for Schedule 2024-08-09 15:00:19 +08:00
dudaodong 0f9764f41e feat: add Throttle function 2024-08-09 14:28:15 +08:00
dudaodong 0bc5f82554 doc: add RandBool, RandBoolSlice 2024-08-09 11:47:36 +08:00
dudaodong e91965b013 feat: add RandStringSlice, RandBool, RandBoolSlice 2024-08-09 11:44:56 +08:00
dudaodong 483a286d8e feat: add RandIntSlice function 2024-08-09 10:46:08 +08:00
dudaodong 3f8e306ced doc: update deprecated warning text 2024-08-08 15:44:19 +08:00
dudaodong 0b29f0520d feat: add Debounce function 2024-08-08 15:19:38 +08:00
dudaodong 8611ec0c10 feat: add UniqueByComparator 2024-08-08 11:23:11 +08:00
dudaodong 286e10d189 refactoring: memory optimization for unique slice 2024-08-08 10:51:33 +08:00
dudaodong 3e7f94b03e fix: fix UniqueBy bug 2024-08-08 10:40:23 +08:00
dudaodong 356351896d feat: add UniqueByParallel for slice 2024-08-08 10:20:52 +08:00
dudaodong 9be124211e refact: preallocate in Merge map 2024-08-01 11:00:24 +08:00
dudaodong f467658481 Merge branch 'rc' into v2 2024-07-31 10:50:29 +08:00
zyfx 5c9d0e396e Update condition.go (#234) 2024-07-31 10:16:03 +08:00
dudaodong 8f74460c1b fix: remove scientific notation in DecimalBytes 2024-07-30 14:17:17 +08:00
dudaodong d5752499bf fix: remove scientific notation in DecimalBytes 2024-07-29 11:42:56 +08:00
dudaodong eb7cf76eae doc: fix doc error 2024-07-18 11:44:00 +08:00
dudaodong 4af074d181 doc: add play ground demo 2024-07-18 11:34:16 +08:00
dudaodong 73fb8fefd2 release v2.3.2 v2.3.2 2024-07-18 10:52:54 +08:00
dudaodong 9cf535055d doc: update readme file 2024-07-18 10:50:29 +08:00
dudaodong 8be7b3e396 rename UnwrapOr 2024-07-18 10:12:16 +08:00
梧桐 dac706d700 🐛 Fixing a bug. about pointer package function (#230)
update:
1. UnwarpOr
2. UnwarpOrDefault
3. ExtractPointer

add:
1. UnwrapOr
2. IsNil
2024-07-18 10:05:07 +08:00
dudaodong 2097277a7d doc: add doc for UniqueByField 2024-06-25 15:20:03 +08:00
dudaodong 95b516e278 feat: add UniqueByField 2024-06-24 19:36:02 +08:00
dudaodong ca373b00a7 feat: add GetOrSet 2024-06-24 17:29:12 +08:00
dudaodong a220220f09 feat: add GetOrSet 2024-06-24 17:28:51 +08:00
dudaodong aeef0418a4 fix: fix bug of CopyDir 2024-06-24 17:09:31 +08:00
dudaodong 9b7d8d7abf doc: update vitepress version 2024-06-11 10:06:33 +08:00
dudaodong 4d21e81263 feat: add Timeout config for http client 2024-06-04 16:28:00 +08:00
残念 ce2397422e perf(slice): make a clearer panic description (#223) 2024-05-30 16:55:30 +08:00
Cannian 4b3a62b36a perf(validator): check Ipv4、Ipv6 by more graceful method (#220) 2024-05-25 08:58:33 +08:00
dudaodong e054680d20 doc: ignoreDeadLinks in doc 2024-05-14 11:42:48 +08:00
dudaodong 5381842eec doc: update doc for v2.3.1 2024-05-14 11:26:14 +08:00
dudaodong 6e0498514c doc: update doc for v2.3.1 2024-05-14 11:25:01 +08:00