Skip to content
#

distributed

Here are 1,271 public repositories matching this topic...

Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...

  • Updated Sep 10, 2020
  • Java

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

  • Updated Aug 20, 2020
  • Java
server
LightGBM
jameslamb
jameslamb commented Sep 6, 2020

This project's documentation includes a list of winning solutions for machine learning competitions which used LightGBM.

https://github.com/microsoft/LightGBM/tree/master/examples#machine-learning-challenge-winning-solutions

With one exception (), this has not been updated since December 2019.

How to close this issue

Look through "completed" competitions (from December 2019 to now)

nni

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Sep 11, 2020
  • Jupyter Notebook
elR1co
elR1co commented Aug 18, 2020

Today IMap.values() and IMap.values(Predicate) calls are blocking.

I would like to use IMap.values(Predicate) in a Jet Pipeline, which is possible, but I need to declare it as nonCooperative, and will have an impact on the pipeline scalability.

Would it be possible to have an async (non-blocking) version for these calls ?

Thank you very much for all the hard work done !

transmittable-thread-local

📌 The missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits ThreadLocal values between threads even using thread pooling components.

  • Updated Sep 9, 2020
  • Kotlin
mfussenegger
mfussenegger commented Sep 9, 2020

We should remove guava as dependency from the server module.

Most of the functionality we used from it are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from ES, due to their decision to remove guava completely.
Any functionality that we use which isn't present in the JDK can be copied over and integrated into our code

Improve this page

Add a description, image, and links to the distributed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.