Skip to content
#

distributed

Here are 1,284 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 Oct 14, 2020
  • Java

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

  • Updated Oct 13, 2020
  • Java
AmeerHajAli
AmeerHajAli commented Oct 14, 2020

When running in cluster mode, passing references does not work, e.g.,:

auto r3 = Ray::Task(Return1).Remote();
auto r4 = Ray::Task(Plus1, r3).Remote(); // passing r3 as reference argument

CC @SongGuyang

  • I have verified my script runs in a clean environment and reproduces the issue.
  • I have verified the issue also occurs with the [latest wheels](https://docs.ray.io/en
LightGBM
jameslamb
jameslamb commented Oct 3, 2020

Description of the problem

As of the changes in #3160 , builds of the CRAN version of the R package with gcc now raise "unknown pragma" warnings.

CRAN does not allow the use of -Wunknown-pragmas to suppress such warnings, so we remove them with sed when building the R package.

The "bug" here is that LightGBM's CI did not catch this. That should also be fixed.

How to fix thi

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 Oct 14, 2020
  • Jupyter Notebook
mmedenjak
mmedenjak commented Sep 25, 2020

In some cases, the default implementations are very inefficient (e.g. Map.replaceAll and forEach fetching all entries and iterating over them locally). This was improved on member-side as the cluster version is available and in some cases we opted for using entry processors instead.

On the client-side, the cluster version is not available which meant it ends up still using the default versi

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 Oct 12, 2020
  • Kotlin

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.