Simon Spero
Simon Spero
I'm currently doing an analysis of OSGI bundles as found in maven central. Maven Coordinates | bundle symbolic name | Earliest bundle in central index ------------ |------------ |--------------------- org.joda:joda-money:0.6 |...
A single flag is used to indicate if attribute discovery has been performed. Discovering vendor specific attributes will set the flag, blocking discovery of standard attributes (or other vendors). https://github.com/zsmartsystems/com.zsmartsystems.zigbee/blob/f227f855017981ad06ff580e24942732583119f9/com.zsmartsystems.zigbee/src/main/java/com/zsmartsystems/zigbee/zcl/ZclCluster.java#L810
Per discussion in https://github.com/RoaringBitmap/RoaringBitmap/issues/257 , it is possible to calculate more precise sizes for RB memory usage by taking into account VM object layout. Before cleaning my the prototype implementation...
- Add packageinfo files for per-package version settings. - Initialize to 1.14 - Copy packageinfo files in resource phase. - Use latest bundle plugin. - Remove headers from generate manifest....
MarcReader is basically Iterator, except it lacks remove. It would be more Intuitive to have MarcReader be an abstract class that implements Iterable, and which which returns an Iterator. The...
Tidddley , which requires defining ivy configurations.
Should the turbo marc code from indexdata be merged in?
I have mostly been using my own marc handling code, as marc4j has a number of performance leaks. Some optimizations can easily be merged in (e.g. faster MARC8 to Unicode...
There's bits and pieces of explanation code and API in owlapi; some, but not all, of the owlapi-tools stuff is in the main repo (with some parts duplicated).
White space makes the diffs look bigger than they really are. DataTypeReasonerImpl changes are all on or around getDataRange. RestrictedTextDataType changes are concentrated in applying facet, contains, and intersect, plus...