QD icon indicating copy to clipboard operation
QD copied to clipboard

Quote Distribution Subsystem

Results 2 QD issues
Sort by recently updated
recently updated
newest added

A frequent pattern of using `com.devexperts.logging.Logging#debug(java.lang.String)` is (example from `dxfeed-api/src/main/java/com/dxfeed/ipf/live/InstrumentProfileCollector.java`): ```java if (log.debugEnabled()) log.debug("Removing " + debugString(entry.ip)); ``` — this is supposedly done to avoid resource-intensive computation of message, which...

QD Help System Modularization