比如我现在有三个满人群,我不想让这三个群的群友进我新建的第四个群
2 个赞
写完了,发插件市场了,auto-denied
目前red不支持这个插件
4 个赞
风切好快!
\WB/ \WB/ \WB/
2 个赞
简单插件,有效部分就十行左右()
其实还可以更加简化
2 个赞
?风切不放源码吗(xxx
As WB always say:
If the code is short, no open-source就十行左右
3 个赞
好好好双层循环逝吧
没准可以优化性能,毕竟 500*n
3 个赞
不用for的话可以用数组的find或者foreach方法吧,但效率感觉跟for差不多?
2 个赞
Plain for would be faster compare to find or forEach when you have millions of data to read. But there would not be a significantly difference with dozens of data.
当您有数百万数据要读取时,普通 for 比 find 或 forEach 更快。但几十个数据不会有显着差异。
As for the performance optimisation side, it would be better to cache the guild members into a list in memory, update the list on boot and event triggered.
至于性能优化方面,最好将公会成员缓存到内存中的列表中,并在启动和事件触发时更新列表。
4 个赞
原来是这样啊.jpg
3 个赞
插件的神!
4 个赞
可以用Set做一个缓存试试()
3 个赞
可是事件触发的时候也得更新缓存,那为什么不直接for源列表呢)
2 个赞