This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from 414e5124b1 Merge pull request #1928 from afs/misc
     new f7a9104c62 GH-1930: CacheSimple - low overhead cache for a single 
thread
     new 20ced9226e GH-1931: URI cache for Thrift2StreamRDF and 
Protobuf2StreamRDF
     new 5ac50472cc Merge pull request #1932 from afs/cache

The 10805 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jena/riot/protobuf/Protobuf2StreamRDF.java     |  40 ++-
 .../apache/jena/riot/protobuf/ProtobufConvert.java |  63 +++-
 .../apache/jena/riot/system/FactoryRDFCaching.java |   3 +-
 .../org/apache/jena/riot/system/FactoryRDFStd.java |   4 +-
 .../apache/jena/riot/thrift/Thrift2StreamRDF.java  |  50 +--
 .../org/apache/jena/riot/thrift/ThriftConvert.java | 366 ++++++++++-----------
 .../org/apache/jena/atlas/lib/CacheFactory.java    |   9 +-
 .../apache/jena/atlas/lib/cache/CacheSimple.java   |  75 ++++-
 8 files changed, 361 insertions(+), 249 deletions(-)

Reply via email to