jar

it.unimi.dsi : webgraph-big

Maven & Gradle

Jun 28, 2022
5 usages
39 stars

WebGraph (big) · WebGraph is a framework to study the web graph. It provides simple ways to manage very large graph, exploiting modern compression techniques. The big version is a fork of the original WebGraph that can handle more than 2^31 nodes.

Table Of Contents

Latest Version

Download it.unimi.dsi : webgraph-big JAR file - Latest Versions:

All Versions

Download it.unimi.dsi : webgraph-big JAR file - All Versions:

Version Vulnerabilities Size Updated
3.7.x
3.6.x
3.5.x
3.3.x
3.2.x
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window webgraph-big-3.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

it.unimi.dsi.big.webgraph

├─ it.unimi.dsi.big.webgraph.ASCIIGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.AbstractLazyLongIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.ArcListASCIIGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.BVGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.BidirectionalImmutableGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.BuildHostMap.class - [JAR]

├─ it.unimi.dsi.big.webgraph.CompressionFlags.class - [JAR]

├─ it.unimi.dsi.big.webgraph.EFGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.GraphClassParser.class - [JAR]

├─ it.unimi.dsi.big.webgraph.ImmutableGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.ImmutableSequentialGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.ImmutableSubgraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.IncrementalImmutableSequentialGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.LazyIntIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.LazyIntIterators.class - [JAR]

├─ it.unimi.dsi.big.webgraph.LazyLongIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.LazyLongIterators.class - [JAR]

├─ it.unimi.dsi.big.webgraph.LazyLongSkippableIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.LongIntervalSequenceIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.MaskedLongIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.MergedLongIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.NodeIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.ScatteredArcsASCIIGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.ShiftedByOneArcListASCIIGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.Stats.class - [JAR]

├─ it.unimi.dsi.big.webgraph.Transform.class - [JAR]

├─ it.unimi.dsi.big.webgraph.UnionImmutableGraph.class - [JAR]

it.unimi.dsi.big.webgraph.examples

├─ it.unimi.dsi.big.webgraph.examples.IntegerListImmutableGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.examples.IntegerTriplesArcLabelledImmutableGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.examples.OutdegreeStats.class - [JAR]

it.unimi.dsi.big.webgraph.test

├─ it.unimi.dsi.big.webgraph.test.SpeedTest.class - [JAR]

it.unimi.dsi.big.webgraph.labelling

├─ it.unimi.dsi.big.webgraph.labelling.AbstractIntLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.AbstractIntListLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.AbstractLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.AbstractLongListLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.ArcLabelledImmutableGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.ArcLabelledImmutableSequentialGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.ArcLabelledNodeIterator.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.ArcRelabelledImmutableGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.BitStreamArcLabelledImmutableGraph.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.FixedWidthIntLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.FixedWidthIntListLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.FixedWidthLongListLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.GammaCodedIntLabel.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.IntegerLabelFilter.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.Label.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.LabelMergeStrategy.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.LabelSemiring.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.Labels.class - [JAR]

├─ it.unimi.dsi.big.webgraph.labelling.UnionArcLabelledImmutableGraph.class - [JAR]

it.unimi.dsi.big.webgraph.algo

├─ it.unimi.dsi.big.webgraph.algo.ConnectedComponents.class - [JAR]

├─ it.unimi.dsi.big.webgraph.algo.EliasFanoCumulativeOutdegreeList.class - [JAR]

├─ it.unimi.dsi.big.webgraph.algo.HyperBall.class - [JAR]

├─ it.unimi.dsi.big.webgraph.algo.ParallelBreadthFirstVisit.class - [JAR]

├─ it.unimi.dsi.big.webgraph.algo.StronglyConnectedComponents.class - [JAR]

Advertisement

Dependencies from Group

Mar 07, 2023
698 usages
1.7k stars
Mar 07, 2023
48 usages
22 stars
Mar 07, 2023
23 usages
1.7k stars
Mar 07, 2023
17 usages
Feb 01, 2021
9 usages
39 stars

Discover Dependencies

Sep 01, 2022
5 usages
11 stars
May 02, 2019
3 usages
8 stars
Dec 07, 2019
11 usages
36 stars
Jul 19, 2023
10 usages
16 stars
Jan 27, 2016
2 usages
Sep 20, 2021
7 usages
12 stars