Jászberényi KSE

Jászberényi KSE, shortly JKSE, is a Hungarian professional basketball team based in Jászberény.[1] The team plays in the Nemzeti Bajnokság I/A, the highest professional league in Hungary. The team was founded in 2001.

Jászberényi KSE
LeaguesNemzeti Bajnokság I/A
Founded2001 (2001)
HistoryJászberényi KSE
(2001–present)
ArenaBelvárosi Ált. Isk. Sportcsarnok
Capacity1,673
LocationJászberény, Hungary
Team colorsBlue, White
         
Websitejkse.hu

History

Jászberényi KSE was founded in 2001. In 2005, KSE promoted to the Hungarian Second Division. In the 2009–10 season, the team was close to promoting, as it finished 3rd in the league. In the 2010–11 season, the team won the Playoffs and were named Second Division Champions. Starting from 2011 the team played in the first tier league. In the 2013–14 season, JKSE meade its first European appearance in the EuroChallenge. The team had a 0–6 record in the competition, as it was eliminated in the regular season.[2]

Season by season

Season Tier League Pos. Magyar Kupa European competitions
2011–12 2 NB I/B 1st
2012–13 1 NB I/A 5th
2013–14 1 NB I/A 10th Quarterfinalist 3 EuroChallengeRS
0–6
2014–15 1 NB I/A 11th
2015–16 1 NB I/A 12th
2016–17 1 NB I/A 12th
2017–18 1 NB I/A 12th Semifinalist
2018–19 1 NB I/A Semifinalist

European record

Jászberényi had a 0–6 (0%) record in one season of European play, which was the 2013–14 FIBA EuroChallenge.

Season Competition Round Club Home Away
2013–14 FIBA EuroChallenge RS Tofaş 54–76 86–72
Ural Yekaterinburg 64–84 88–85
Krka 41–58 76–61

Notable players

Note: Flags indicate national team eligibility at FIBA sanctioned events. Players may hold other non-FIBA nationality not displayed.

gollark: This is why you should use osmarks.tk osmarksbrowser.
gollark: Try NodeOS!
gollark: Or Great Information Transfer.
gollark: Git stands for GIT Is Tremendous.
gollark: The stages of git clone are: Receive a "pack" file of all the objects in the repo database Create an index file for the received pack Check out the head revision (for a non-bare repo, obviously)"Resolving deltas" is the message shown for the second stage, indexing the pack file ("git index-pack").Pack files do not have the actual object IDs in them, only the object content. So to determine what the object IDs are, git has to do a decompress+SHA1 of each object in the pack to produce the object ID, which is then written into the index file.An object in a pack file may be stored as a delta i.e. a sequence of changes to make to some other object. In this case, git needs to retrieve the base object, apply the commands and SHA1 the result. The base object itself might have to be derived by applying a sequence of delta commands. (Even though in the case of a clone, the base object will have been encountered already, there is a limit to how many manufactured objects are cached in memory).In summary, the "resolving deltas" stage involves decompressing and checksumming the entire repo database, which not surprisingly takes quite a long time. Presumably decompressing and calculating SHA1s actually takes more time than applying the delta commands.In the case of a subsequent fetch, the received pack file may contain references (as delta object bases) to other objects that the receiving git is expected to already have. In this case, the receiving git actually rewrites the received pack file to include any such referenced objects, so that any stored pack file is self-sufficient. This might be where the message "resolving deltas" originated.

References

  1. "Jászberényi KSE Official website" (in Hungarian). Retrieved 2 December 2017.
  2. "Fortress Jaszberenyi". EuroChallenge. Retrieved 2 December 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.